We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d00c4 commit 0a2c964Copy full SHA for 0a2c964
model_prices_and_context_window.json
@@ -7058,6 +7058,17 @@
7058
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
7059
"supports_tool_choice": true
7060
},
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
+ },
7072
"command-r": {
7073
"max_tokens": 4096,
7074
"max_input_tokens": 128000,
0 commit comments