We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbbf0b commit 5a42be4Copy full SHA for 5a42be4
model_prices_and_context_window.json
@@ -1069,6 +1069,21 @@
1069
"supports_prompt_caching": true,
1070
"supports_tool_choice": true
1071
},
1072
+ "azure/o1-2024-12-17": {
1073
+ "max_tokens": 100000,
1074
+ "max_input_tokens": 200000,
1075
+ "max_output_tokens": 100000,
1076
+ "input_cost_per_token": 0.000015,
1077
+ "output_cost_per_token": 0.000060,
1078
+ "cache_read_input_token_cost": 0.0000075,
1079
+ "litellm_provider": "azure",
1080
+ "mode": "chat",
1081
+ "supports_function_calling": true,
1082
+ "supports_parallel_function_calling": true,
1083
+ "supports_vision": true,
1084
+ "supports_prompt_caching": true,
1085
+ "supports_tool_choice": true
1086
+ },
1087
"azure/o1-preview": {
1088
"max_tokens": 32768,
1089
"max_input_tokens": 128000,
0 commit comments