File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -1011,6 +1011,7 @@ Units denominated in USD. All prices can be located in `model_prices.json`.
1011
1011
| gpt-4o-mini-search-preview | $0.15 | $0.6 | 128,000 | 16384 |
1012
1012
| azure/gpt-4.5-preview | $75.00 | $150.00 | 128,000 | 16384 |
1013
1013
| azure_ai/mistral-small-2503 | $ 1.00 | $ 3.00 | 128,000 | 128000 |
1014
+ | text-embedding-large-exp-03-07 | $0.1 | $ 0.00 | 8,192 | nan |
1014
1015
1015
1016
### Running locally
1016
1017
Original file line number Diff line number Diff line change 884
884
| gpt-4o-mini-search-preview-2025-03-11 | $0.15 | $0.6 | 128,000 | 16384 |
885
885
| gpt-4o-mini-search-preview | $0.15 | $0.6 | 128,000 | 16384 |
886
886
| azure/gpt-4.5-preview | $75.00 | $150.00 | 128,000 | 16384 |
887
- | azure_ai/mistral-small-2503 | $ 1.00 | $ 3.00 | 128,000 | 128000 |
887
+ | azure_ai/mistral-small-2503 | $ 1.00 | $ 3.00 | 128,000 | 128000 |
888
+ | text-embedding-large-exp-03-07 | $0.1 | $ 0.00 | 8,192 | nan |
Original file line number Diff line number Diff line change 217
217
"supports_vision" : true ,
218
218
"supports_prompt_caching" : true ,
219
219
"supports_system_messages" : true ,
220
- "supports_tool_choice" : true
220
+ "supports_tool_choice" : true ,
221
+ "supports_web_search" : true ,
222
+ "search_context_cost_per_query" : {
223
+ "search_context_size_low" : 0.03 ,
224
+ "search_context_size_medium" : 0.035 ,
225
+ "search_context_size_high" : 0.05
226
+ }
221
227
},
222
228
"gpt-4-turbo-preview" : {
223
229
"max_tokens" : 4096 ,
10583
10589
"supports_function_calling" : true ,
10584
10590
"supports_vision" : true ,
10585
10591
"supports_tool_choice" : true
10592
+ },
10593
+ "text-embedding-large-exp-03-07" : {
10594
+ "max_tokens" : 8192 ,
10595
+ "max_input_tokens" : 8192 ,
10596
+ "output_vector_size" : 3072 ,
10597
+ "input_cost_per_character" : 2.5e-08 ,
10598
+ "input_cost_per_token" : 1e-07 ,
10599
+ "output_cost_per_token" : 0 ,
10600
+ "litellm_provider" : " vertex_ai-embedding-models" ,
10601
+ "mode" : " embedding" ,
10602
+ "source" : " https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models"
10586
10603
}
10587
10604
}
You can’t perform that action at this time.
0 commit comments