Skip to content

Commit 20d1073

Browse files
authored
Merge pull request #101 from AgentOps-AI/automated/price-updates-24-03-2025
chore: Daily token price update (24-03-2025)
2 parents 2af5dff + 2e30c66 commit 20d1073

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ Units denominated in USD. All prices can be located in `model_prices.json`.
10111011
| gpt-4o-mini-search-preview | $0.15 | $0.6 | 128,000 | 16384 |
10121012
| azure/gpt-4.5-preview | $75.00 | $150.00 | 128,000 | 16384 |
10131013
| 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 |
10141015

10151016
### Running locally
10161017

pricing_table.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -884,4 +884,5 @@
884884
| gpt-4o-mini-search-preview-2025-03-11 | $0.15 | $0.6 | 128,000 | 16384 |
885885
| gpt-4o-mini-search-preview | $0.15 | $0.6 | 128,000 | 16384 |
886886
| 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 |

tokencost/model_prices.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,13 @@
217217
"supports_vision": true,
218218
"supports_prompt_caching": true,
219219
"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+
}
221227
},
222228
"gpt-4-turbo-preview": {
223229
"max_tokens": 4096,
@@ -10583,5 +10589,16 @@
1058310589
"supports_function_calling": true,
1058410590
"supports_vision": true,
1058510591
"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"
1058610603
}
1058710604
}

0 commit comments

Comments
 (0)