mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
build(model_prices_and_context_window.json): add azure eu/us data zone pricing
This commit is contained in:
parent
3714694c60
commit
1606e72440
3 changed files with 73 additions and 1 deletions
|
|
@ -1034,6 +1034,36 @@
|
|||
"supports_prompt_caching": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure/us/o3-mini-2025-01-31": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00000121,
|
||||
"input_cost_per_token_batches": 0.000000605,
|
||||
"output_cost_per_token": 0.00000484,
|
||||
"output_cost_per_token_batches": 0.00000242,
|
||||
"cache_read_input_token_cost": 0.000000605,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat",
|
||||
"supports_vision": false,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure/eu/o3-mini-2025-01-31": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00000121,
|
||||
"input_cost_per_token_batches": 0.000000605,
|
||||
"output_cost_per_token": 0.00000484,
|
||||
"output_cost_per_token_batches": 0.00000242,
|
||||
"cache_read_input_token_cost": 0.000000605,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat",
|
||||
"supports_vision": false,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure/tts-1": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000015,
|
||||
|
|
|
|||
|
|
@ -2,4 +2,16 @@ model_list:
|
|||
- model_name: amazon.nova-canvas-v1:0
|
||||
litellm_params:
|
||||
model: bedrock/amazon.nova-canvas-v1:0
|
||||
aws_region_name: "us-east-1"
|
||||
aws_region_name: "us-east-1"
|
||||
- model_name: gpt-4o-mini-3
|
||||
litellm_params:
|
||||
model: azure/gpt-4o-mini-3
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
api_base: os.environ/AZURE_API_BASE
|
||||
model_info:
|
||||
base_model: azure/eu.gpt-4o-mini-2
|
||||
- model_name: gpt-4o-mini-2
|
||||
litellm_params:
|
||||
model: azure/gpt-4o-mini-2
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
api_base: os.environ/AZURE_API_BASE
|
||||
|
|
@ -1034,6 +1034,36 @@
|
|||
"supports_prompt_caching": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure/us/o3-mini-2025-01-31": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00000121,
|
||||
"input_cost_per_token_batches": 0.000000605,
|
||||
"output_cost_per_token": 0.00000484,
|
||||
"output_cost_per_token_batches": 0.00000242,
|
||||
"cache_read_input_token_cost": 0.000000605,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat",
|
||||
"supports_vision": false,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure/eu/o3-mini-2025-01-31": {
|
||||
"max_tokens": 100000,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 100000,
|
||||
"input_cost_per_token": 0.00000121,
|
||||
"input_cost_per_token_batches": 0.000000605,
|
||||
"output_cost_per_token": 0.00000484,
|
||||
"output_cost_per_token_batches": 0.00000242,
|
||||
"cache_read_input_token_cost": 0.000000605,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat",
|
||||
"supports_vision": false,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure/tts-1": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000015,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue