feat: add openai/gpt-5.3-codex and Fireworks kimi-k2.5-turbo pricing
This commit is contained in:
44
pricing.json
44
pricing.json
@@ -1376,5 +1376,49 @@
|
|||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true
|
||||||
|
},
|
||||||
|
"openai/gpt-5.3-codex": {
|
||||||
|
"provider": "openai",
|
||||||
|
"mode": "responses",
|
||||||
|
"input_cost_per_token": 0.00000175,
|
||||||
|
"output_cost_per_token": 0.000014,
|
||||||
|
"max_input_tokens": 272000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"cache_read_input_token_cost": 1.75E-7,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_parallel_function_calling": true,
|
||||||
|
"supports_reasoning": true,
|
||||||
|
"supports_response_schema": 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
|
||||||
|
},
|
||||||
|
"Fireworks/kimi-k2.5-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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user