Adjust input and output cost per token for mistral-small-2503 (#22097)

* Adjust input and output cost per token for mistral-small-2503

Cost per million for mistral-small-2503 is not correct.

In Azure Documentation:
Pay-as-you-go (per 1,000 tokens)
$0.0001
Model input
$0.0003
Model output

* Update input and output cost per token for model
This commit is contained in:
Jins K Joy 2026-02-26 09:09:14 +01:00 committed by Sameer Kankute
parent 8bb4b00daa
commit bb962a609b
2 changed files with 6 additions and 6 deletions

View file

@ -6222,13 +6222,13 @@
"supports_tool_choice": true
},
"azure_ai/mistral-small-2503": {
"input_cost_per_token": 1e-06,
"input_cost_per_token": 1e-07,
"litellm_provider": "azure_ai",
"max_input_tokens": 128000,
"max_output_tokens": 128000,
"max_tokens": 128000,
"mode": "chat",
"output_cost_per_token": 3e-06,
"output_cost_per_token": 3e-07,
"supports_function_calling": true,
"supports_tool_choice": true,
"supports_vision": true
@ -37847,4 +37847,4 @@
"notes": "DuckDuckGo Instant Answer API is free and does not require an API key."
}
}
}
}

View file

@ -6222,13 +6222,13 @@
"supports_tool_choice": true
},
"azure_ai/mistral-small-2503": {
"input_cost_per_token": 1e-06,
"input_cost_per_token": 1e-07,
"litellm_provider": "azure_ai",
"max_input_tokens": 128000,
"max_output_tokens": 128000,
"max_tokens": 128000,
"mode": "chat",
"output_cost_per_token": 3e-06,
"output_cost_per_token": 3e-07,
"supports_function_calling": true,
"supports_tool_choice": true,
"supports_vision": true
@ -37847,4 +37847,4 @@
"notes": "DuckDuckGo Instant Answer API is free and does not require an API key."
}
}
}
}