|
211 | 211 | "cache_read_input_token_cost": 0.00000055,
|
212 | 212 | "litellm_provider": "openai",
|
213 | 213 | "mode": "chat",
|
214 |
| - "supports_vision": true, |
| 214 | + "supports_vision": false, |
215 | 215 | "supports_prompt_caching": true
|
216 | 216 | },
|
217 | 217 | "o3-mini-2025-01-31": {
|
|
223 | 223 | "cache_read_input_token_cost": 0.00000055,
|
224 | 224 | "litellm_provider": "openai",
|
225 | 225 | "mode": "chat",
|
226 |
| - "supports_vision": true, |
| 226 | + "supports_vision": false, |
227 | 227 | "supports_prompt_caching": true
|
228 | 228 | },
|
229 | 229 | "o1-mini-2024-09-12": {
|
|
929 | 929 | "input_cost_per_character": 0.000030,
|
930 | 930 | "litellm_provider": "openai"
|
931 | 931 | },
|
| 932 | + "azure/o3-mini": { |
| 933 | + "max_tokens": 100000, |
| 934 | + "max_input_tokens": 200000, |
| 935 | + "max_output_tokens": 100000, |
| 936 | + "input_cost_per_token": 0.0000011, |
| 937 | + "output_cost_per_token": 0.0000044, |
| 938 | + "cache_read_input_token_cost": 0.00000055, |
| 939 | + "litellm_provider": "openai", |
| 940 | + "mode": "chat", |
| 941 | + "supports_vision": false, |
| 942 | + "supports_prompt_caching": true |
| 943 | + }, |
| 944 | + "azure/o3-mini-2025-01-31": { |
| 945 | + "max_tokens": 100000, |
| 946 | + "max_input_tokens": 200000, |
| 947 | + "max_output_tokens": 100000, |
| 948 | + "input_cost_per_token": 0.0000011, |
| 949 | + "output_cost_per_token": 0.0000044, |
| 950 | + "cache_read_input_token_cost": 0.00000055, |
| 951 | + "litellm_provider": "openai", |
| 952 | + "mode": "chat", |
| 953 | + "supports_vision": false, |
| 954 | + "supports_prompt_caching": true |
| 955 | + }, |
932 | 956 | "azure/tts-1": {
|
933 | 957 | "mode": "audio_speech",
|
934 | 958 | "input_cost_per_character": 0.000015,
|
|
3876 | 3900 | "mode": "chat",
|
3877 | 3901 | "supports_function_calling": true
|
3878 | 3902 | },
|
| 3903 | + "vertex_ai/codestral@2405": { |
| 3904 | + "max_tokens": 128000, |
| 3905 | + "max_input_tokens": 128000, |
| 3906 | + "max_output_tokens": 128000, |
| 3907 | + "input_cost_per_token": 0.0000002, |
| 3908 | + "output_cost_per_token": 0.0000006, |
| 3909 | + "litellm_provider": "vertex_ai-mistral_models", |
| 3910 | + "mode": "chat", |
| 3911 | + "supports_function_calling": true |
| 3912 | + }, |
3879 | 3913 | "vertex_ai/imagegeneration@006": {
|
3880 | 3914 | "output_cost_per_image": 0.020,
|
3881 | 3915 | "litellm_provider": "vertex_ai-image-models",
|
|
0 commit comments