File size: 665 Bytes
547dcbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "identity": "Instant-RAG",
  "mode": "machine-first",
  "protocol": "receipt-anchored-rag",
  "functions": {
    "semantic_query": {
      "input": [
        "text",
        "agent_id"
      ],
      "output": [
        "answer",
        "citations",
        "confidence"
      ]
    },
    "ingest": {
      "input": [
        "document"
      ],
      "output": [
        "chunks",
        "receipt"
      ]
    },
    "swarm_query": {
      "input": [
        "text",
        "agents",
        "max_cost"
      ],
      "output": [
        "merged_answer",
        "confidence"
      ]
    }
  },
  "pricing": {
    "query": 0.0006,
    "swarm": 0.0018
  }
}