Skip to content

Commit cd0a1e6

Browse files
authored
Update model_prices (#9768)
1 parent d4d3c4f commit cd0a1e6

File tree

1 file changed

+63
-2
lines changed

1 file changed

+63
-2
lines changed

model_prices_and_context_window.json

Lines changed: 63 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4847,6 +4847,33 @@
48474847
"supports_tool_choice": true,
48484848
"source": "https://ai.google.dev/pricing#2_0flash"
48494849
},
4850+
"gemini/gemini-2.5-pro-preview-03-25": {
4851+
"max_tokens": 65536,
4852+
"max_input_tokens": 1048576,
4853+
"max_output_tokens": 65536,
4854+
"max_images_per_prompt": 3000,
4855+
"max_videos_per_prompt": 10,
4856+
"max_video_length": 1,
4857+
"max_audio_length_hours": 8.4,
4858+
"max_audio_per_prompt": 1,
4859+
"max_pdf_size_mb": 30,
4860+
"input_cost_per_audio_token": 0.0000007,
4861+
"input_cost_per_token": 0.00000125,
4862+
"input_cost_per_token_above_128k_tokens": 0.0000025,
4863+
"output_cost_per_token": 0.0000010,
4864+
"output_cost_per_token_above_128k_tokens": 0.000015,
4865+
"litellm_provider": "gemini",
4866+
"mode": "chat",
4867+
"rpm": 10000,
4868+
"tpm": 10000000,
4869+
"supports_system_messages": true,
4870+
"supports_function_calling": true,
4871+
"supports_vision": true,
4872+
"supports_response_schema": true,
4873+
"supports_audio_output": false,
4874+
"supports_tool_choice": true,
4875+
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
4876+
},
48504877
"gemini/gemini-2.0-flash-exp": {
48514878
"max_tokens": 8192,
48524879
"max_input_tokens": 1048576,
@@ -6665,6 +6692,14 @@
66656692
"mode": "chat",
66666693
"supports_tool_choice": true
66676694
},
6695+
"mistralai/mistral-small-3.1-24b-instruct": {
6696+
"max_tokens": 32000,
6697+
"input_cost_per_token": 0.0000001,
6698+
"output_cost_per_token": 0.0000003,
6699+
"litellm_provider": "openrouter",
6700+
"mode": "chat",
6701+
"supports_tool_choice": true
6702+
},
66686703
"openrouter/cognitivecomputations/dolphin-mixtral-8x7b": {
66696704
"max_tokens": 32769,
66706705
"input_cost_per_token": 0.0000005,
@@ -6793,12 +6828,38 @@
67936828
"supports_vision": false,
67946829
"supports_tool_choice": true
67956830
},
6831+
"openrouter/openai/o3-mini": {
6832+
"max_tokens": 65536,
6833+
"max_input_tokens": 128000,
6834+
"max_output_tokens": 65536,
6835+
"input_cost_per_token": 0.0000011,
6836+
"output_cost_per_token": 0.0000044,
6837+
"litellm_provider": "openrouter",
6838+
"mode": "chat",
6839+
"supports_function_calling": true,
6840+
"supports_parallel_function_calling": true,
6841+
"supports_vision": false,
6842+
"supports_tool_choice": true
6843+
},
6844+
"openrouter/openai/o3-mini-high": {
6845+
"max_tokens": 65536,
6846+
"max_input_tokens": 128000,
6847+
"max_output_tokens": 65536,
6848+
"input_cost_per_token": 0.0000011,
6849+
"output_cost_per_token": 0.0000044,
6850+
"litellm_provider": "openrouter",
6851+
"mode": "chat",
6852+
"supports_function_calling": true,
6853+
"supports_parallel_function_calling": true,
6854+
"supports_vision": false,
6855+
"supports_tool_choice": true
6856+
},
67966857
"openrouter/openai/gpt-4o": {
67976858
"max_tokens": 4096,
67986859
"max_input_tokens": 128000,
67996860
"max_output_tokens": 4096,
6800-
"input_cost_per_token": 0.000005,
6801-
"output_cost_per_token": 0.000015,
6861+
"input_cost_per_token": 0.0000025,
6862+
"output_cost_per_token": 0.000010,
68026863
"litellm_provider": "openrouter",
68036864
"mode": "chat",
68046865
"supports_function_calling": true,

0 commit comments

Comments
 (0)