1{
2    "chat": {
3        "reka-flash": {
4            "description": "Fast and cost-efficient model for most tasks",
5            "inputTokens": 128000,
6            "inputTokenPrice": 0.8,
7            "outputTokens": 8192,
8            "outputTokenPrice": 2.0
9        },
10        "reka-edge": {
11            "description": "Lightweight model for local (i.e., on-hardware) or latency sensitive applications",
12            "inputTokens": 64000,
13            "inputTokenPrice": 0.4,
14            "outputTokens": 8192,
15            "outputTokenPrice": 1.0
16        },
17        "reka-core": {
18            "description": "Superior capabilities for complex tasks",
19            "inputTokens": 128000,
20            "inputTokenPrice": 10.0,
21            "outputTokens": 8192,
22            "outputTokenPrice": 25.0
23        }
24    }
25}
26