-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpricing.template.json
More file actions
43 lines (43 loc) · 995 Bytes
/
Copy pathpricing.template.json
File metadata and controls
43 lines (43 loc) · 995 Bytes
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
43
{
"currency": "USD",
"exchange_rates": {
"USD": 1.0,
"CNY": 7.2
},
"models": {
"openai/gpt-4.1-mini": {
"input_per_1m_tokens_usd": 0.0,
"cached_input_per_1m_tokens_usd": 0.0,
"output_per_1m_tokens_usd": 0.0
},
"deepseek/deepseek-v4-flash": {
"input_per_1m_tokens_usd": 0.0,
"cached_input_per_1m_tokens_usd": 0.0,
"output_per_1m_tokens_usd": 0.0
},
"qwen/qwen-plus": {
"input_per_1m_tokens_usd": 0.0,
"cached_input_per_1m_tokens_usd": 0.0,
"output_per_1m_tokens_usd": 0.0
},
"qwen/qwen-vl-plus": {
"input_per_1m_tokens_usd": 0.0,
"cached_input_per_1m_tokens_usd": 0.0,
"output_per_1m_tokens_usd": 0.0
}
},
"ocr": {
"baidu": {
"per_1k_calls_usd": 0.0,
"per_1k_chars_usd": 0.0
},
"mathpix": {
"per_1k_calls_usd": 0.0,
"per_1k_chars_usd": 0.0
},
"google": {
"per_1k_calls_usd": 0.0,
"per_1k_chars_usd": 0.0
}
}
}