diff --git a/pricing_table.md b/pricing_table.md index a09a54e..ad5741c 100644 --- a/pricing_table.md +++ b/pricing_table.md @@ -996,7 +996,7 @@ | fireworks-ai-up-to-4b | $0.2 | $0.2 | nan | nan | | fireworks-ai-4.1b-to-16b | $0.2 | $0.2 | nan | nan | | fireworks-ai-above-16b | $0.9 | $0.9 | nan | nan | -| databricks/databricks-claude-3-7-sonnet | $2.5 | $178.57 | 200,000 | 128000 | +| databricks/databricks-claude-3-7-sonnet | $2.5 | $17.86 | 200,000 | 128000 | | databricks/databricks-meta-llama-3-3-70b-instruct | $1 | $3 | 128,000 | 128000 | | azure_ai/deepseek-v3-0324 | $1.14 | $4.56 | 128,000 | 8192 | | azure_ai/Llama-4-Scout-17B-16E-Instruct | $0.2 | $0.78 | 10,000,000 | 16384 | @@ -1058,4 +1058,6 @@ | sambanova/DeepSeek-R1 | $5 | $7 | 32,768 | 32768 | | sambanova/DeepSeek-V3-0324 | $3 | $4.5 | 32,768 | 32768 | | featherless_ai/featherless-ai/Qwerky-72B | -- | -- | 32,768 | 4096 | -| featherless_ai/featherless-ai/Qwerky-QwQ-32B | -- | -- | 32,768 | 4096 | \ No newline at end of file +| featherless_ai/featherless-ai/Qwerky-QwQ-32B | -- | -- | 32,768 | 4096 | +| azure_ai/mistral-medium-2505 | $0.4 | $2 | 131,072 | 8191 | +| mistral/devstral-small-2505 | $0.1 | $0.3 | 128,000 | 128000 | \ No newline at end of file diff --git a/tokencost/model_prices.json b/tokencost/model_prices.json index 6fbc36e..8b2b66e 100644 --- a/tokencost/model_prices.json +++ b/tokencost/model_prices.json @@ -12999,7 +12999,7 @@ "max_output_tokens": 128000, "input_cost_per_token": 2.5e-06, "input_dbu_cost_per_token": 3.571e-05, - "output_cost_per_token": 0.00017857, + "output_cost_per_token": 1.7857e-05, "output_db_cost_per_token": 0.000214286, "litellm_provider": "databricks", "mode": "chat", @@ -14031,5 +14031,30 @@ "max_output_tokens": 4096, "litellm_provider": "featherless_ai", "mode": "chat" + }, + "azure_ai/mistral-medium-2505": { + "max_tokens": 8191, + "max_input_tokens": 131072, + "max_output_tokens": 8191, + "input_cost_per_token": 4e-07, + "output_cost_per_token": 2e-06, + "litellm_provider": "azure_ai", + "mode": "chat", + "supports_function_calling": true, + "supports_assistant_prefill": true, + "supports_tool_choice": true + }, + "mistral/devstral-small-2505": { + "max_tokens": 128000, + "max_input_tokens": 128000, + "max_output_tokens": 128000, + "input_cost_per_token": 1e-07, + "output_cost_per_token": 3e-07, + "litellm_provider": "mistral", + "mode": "chat", + "source": "https://mistral.ai/news/devstral", + "supports_function_calling": true, + "supports_assistant_prefill": true, + "supports_tool_choice": true } } \ No newline at end of file