Skip to content

Commit 705d394

Browse files
authored
Merge pull request #99 from AgentOps-AI/automated/price-updates
chore: Daily token price update
2 parents b1fba8c + 06906b5 commit 705d394

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,8 @@ Units denominated in USD. All prices can be located in `model_prices.json`.
10031003
| snowflake/gemma-7b | -- | -- | 8,000 | 8192 |
10041004
| azure/global/gpt-4o-2024-11-20 | $2.5 | $10.00 | 128,000 | 16384 |
10051005
| azure/global/gpt-4o-2024-08-06 | $2.5 | $10.00 | 128,000 | 16384 |
1006+
| o1-pro | $150.00 | $600.00 | 200,000 | 100000 |
1007+
| o1-pro-2025-03-19 | $150.00 | $600.00 | 200,000 | 100000 |
10061008

10071009
### Running locally
10081010

pricing_table.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,4 +876,6 @@
876876
| snowflake/mistral-7b | -- | -- | 32,000 | 8192 |
877877
| snowflake/gemma-7b | -- | -- | 8,000 | 8192 |
878878
| azure/global/gpt-4o-2024-11-20 | $2.5 | $10.00 | 128,000 | 16384 |
879-
| azure/global/gpt-4o-2024-08-06 | $2.5 | $10.00 | 128,000 | 16384 |
879+
| azure/global/gpt-4o-2024-08-06 | $2.5 | $10.00 | 128,000 | 16384 |
880+
| o1-pro | $150.00 | $600.00 | 200,000 | 100000 |
881+
| o1-pro-2025-03-19 | $150.00 | $600.00 | 200,000 | 100000 |

tokencost/model_prices.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10381,5 +10381,59 @@
1038110381
"supports_vision": true,
1038210382
"supports_prompt_caching": true,
1038310383
"supports_tool_choice": true
10384+
},
10385+
"o1-pro": {
10386+
"max_tokens": 100000,
10387+
"max_input_tokens": 200000,
10388+
"max_output_tokens": 100000,
10389+
"input_cost_per_token": 0.00015,
10390+
"output_cost_per_token": 0.0006,
10391+
"input_cost_per_token_batches": 7.5e-05,
10392+
"output_cost_per_token_batches": 0.0003,
10393+
"litellm_provider": "openai",
10394+
"mode": "responses",
10395+
"supports_function_calling": true,
10396+
"supports_parallel_function_calling": true,
10397+
"supports_vision": true,
10398+
"supports_prompt_caching": true,
10399+
"supports_system_messages": true,
10400+
"supports_response_schema": true,
10401+
"supports_tool_choice": true,
10402+
"supports_native_streaming": false,
10403+
"supported_modalities": [
10404+
"text",
10405+
"image"
10406+
],
10407+
"supported_endpoints": [
10408+
"/v1/responses",
10409+
"/v1/batch"
10410+
]
10411+
},
10412+
"o1-pro-2025-03-19": {
10413+
"max_tokens": 100000,
10414+
"max_input_tokens": 200000,
10415+
"max_output_tokens": 100000,
10416+
"input_cost_per_token": 0.00015,
10417+
"output_cost_per_token": 0.0006,
10418+
"input_cost_per_token_batches": 7.5e-05,
10419+
"output_cost_per_token_batches": 0.0003,
10420+
"litellm_provider": "openai",
10421+
"mode": "responses",
10422+
"supports_function_calling": true,
10423+
"supports_parallel_function_calling": true,
10424+
"supports_vision": true,
10425+
"supports_prompt_caching": true,
10426+
"supports_system_messages": true,
10427+
"supports_response_schema": true,
10428+
"supports_tool_choice": true,
10429+
"supports_native_streaming": false,
10430+
"supported_modalities": [
10431+
"text",
10432+
"image"
10433+
],
10434+
"supported_endpoints": [
10435+
"/v1/responses",
10436+
"/v1/batch"
10437+
]
1038410438
}
1038510439
}

0 commit comments

Comments
 (0)