Skip to content

Commit 0a2c964

Browse files
adding support for cohere command-a-03-2025 (#10295)
1 parent 56d00c4 commit 0a2c964

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

model_prices_and_context_window.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7058,6 +7058,17 @@
70587058
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
70597059
"supports_tool_choice": true
70607060
},
7061+
"command-a-03-2025": {
7062+
"max_tokens": 8000,
7063+
"max_input_tokens": 256000,
7064+
"max_output_tokens": 8000,
7065+
"input_cost_per_token": 0.0000025,
7066+
"output_cost_per_token": 0.00001,
7067+
"litellm_provider": "cohere_chat",
7068+
"mode": "chat",
7069+
"supports_function_calling": true,
7070+
"supports_tool_choice": true
7071+
},
70617072
"command-r": {
70627073
"max_tokens": 4096,
70637074
"max_input_tokens": 128000,

0 commit comments

Comments
 (0)