Compare commits
2 Commits
ef49f338e9
...
04533effec
| Author | SHA1 | Date | |
|---|---|---|---|
| 04533effec | |||
| a77e0ace2f |
35
pricing.json
35
pricing.json
@@ -937,12 +937,12 @@
|
||||
"openrouter/glm-5.1": {
|
||||
"provider": "openrouter",
|
||||
"mode": "chat",
|
||||
"input_cost_per_token": 1.4e-6,
|
||||
"output_cost_per_token": 4.4e-6,
|
||||
"input_cost_per_token": 0.0000014,
|
||||
"output_cost_per_token": 0.0000044,
|
||||
"max_input_tokens": 202752,
|
||||
"max_output_tokens": 131072,
|
||||
"max_tokens": 131072,
|
||||
"cache_read_input_token_cost": 2.6e-7,
|
||||
"cache_read_input_token_cost": 2.6E-7,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
@@ -1224,7 +1224,6 @@
|
||||
"supports_vision": true,
|
||||
"supports_web_search": true
|
||||
},
|
||||
|
||||
"anthropic/claude-haiku-4.5": {
|
||||
"provider": "anthropic",
|
||||
"mode": "chat",
|
||||
@@ -1434,5 +1433,33 @@
|
||||
"supports_reasoning": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"fireworks/accounts/fireworks/routers/kimi-k2p5-turbo": {
|
||||
"provider": "fireworks",
|
||||
"mode": "chat",
|
||||
"input_cost_per_token": 9.9E-7,
|
||||
"output_cost_per_token": 0.00000494,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_tokens": 262144,
|
||||
"cache_read_input_token_cost": 1.6E-7,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"openrouter/glm-5.1-precision": {
|
||||
"provider": "openrouter",
|
||||
"mode": "chat",
|
||||
"input_cost_per_token": 0.0000014,
|
||||
"output_cost_per_token": 0.0000044,
|
||||
"max_input_tokens": 202752,
|
||||
"max_output_tokens": 131072,
|
||||
"max_tokens": 131072,
|
||||
"cache_read_input_token_cost": 2.6E-7,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user