Skip to content

Commit 9b9b77f

Browse files
[NA] [BE] Update model prices file (#4243)
Co-authored-by: Andres Cruz <[email protected]>
1 parent 928930e commit 9b9b77f

File tree

2 files changed

+100
-0
lines changed

2 files changed

+100
-0
lines changed

apps/opik-backend/src/main/resources/model_prices_and_context_window.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9522,6 +9522,15 @@
95229522
"output_cost_per_token": 0.0,
95239523
"supports_embedding_image_input": true
95249524
},
9525+
"embed-multilingual-light-v3.0": {
9526+
"input_cost_per_token": 1e-04,
9527+
"litellm_provider": "cohere",
9528+
"max_input_tokens": 1024,
9529+
"max_tokens": 1024,
9530+
"mode": "embedding",
9531+
"output_cost_per_token": 0.0,
9532+
"supports_embedding_image_input": true
9533+
},
95259534
"eu.amazon.nova-lite-v1:0": {
95269535
"input_cost_per_token": 7.8e-08,
95279536
"litellm_provider": "bedrock_converse",
@@ -10131,6 +10140,19 @@
1013110140
"supports_response_schema": true,
1013210141
"supports_tool_choice": true
1013310142
},
10143+
"fireworks_ai/accounts/fireworks/models/glm-4p6": {
10144+
"input_cost_per_token": 0.55e-06,
10145+
"output_cost_per_token": 2.19e-06,
10146+
"litellm_provider": "fireworks_ai",
10147+
"max_input_tokens": 202800,
10148+
"max_output_tokens": 202800,
10149+
"max_tokens": 202800,
10150+
"mode": "chat",
10151+
"source": "https://fireworks.ai/pricing",
10152+
"supports_function_calling": true,
10153+
"supports_response_schema": true,
10154+
"supports_tool_choice": true
10155+
},
1013410156
"fireworks_ai/accounts/fireworks/models/gpt-oss-120b": {
1013510157
"input_cost_per_token": 1.5e-07,
1013610158
"litellm_provider": "fireworks_ai",
@@ -19998,6 +20020,25 @@
1999820020
"supports_vision": true,
1999920021
"tool_use_system_prompt_tokens": 159
2000020022
},
20023+
"openrouter/anthropic/claude-opus-4.5": {
20024+
"cache_creation_input_token_cost": 6.25e-06,
20025+
"cache_read_input_token_cost": 5e-07,
20026+
"input_cost_per_token": 5e-06,
20027+
"litellm_provider": "openrouter",
20028+
"max_input_tokens": 200000,
20029+
"max_output_tokens": 32000,
20030+
"max_tokens": 32000,
20031+
"mode": "chat",
20032+
"output_cost_per_token": 2.5e-05,
20033+
"supports_assistant_prefill": true,
20034+
"supports_computer_use": true,
20035+
"supports_function_calling": true,
20036+
"supports_prompt_caching": true,
20037+
"supports_reasoning": true,
20038+
"supports_tool_choice": true,
20039+
"supports_vision": true,
20040+
"tool_use_system_prompt_tokens": 159
20041+
},
2000120042
"openrouter/anthropic/claude-sonnet-4.5": {
2000220043
"input_cost_per_image": 0.0048,
2000320044
"cache_creation_input_token_cost": 3.75e-06,
@@ -26187,6 +26228,15 @@
2618726228
"supports_parallel_function_calling": false,
2618826229
"supports_vision": false
2618926230
},
26231+
"watsonx/whisper-large-v3-turbo": {
26232+
"input_cost_per_second": 0.0001,
26233+
"output_cost_per_second": 0.0001,
26234+
"litellm_provider": "watsonx",
26235+
"mode": "audio_transcription",
26236+
"supported_endpoints": [
26237+
"/v1/audio/transcriptions"
26238+
]
26239+
},
2619026240
"whisper-1": {
2619126241
"input_cost_per_second": 0.0001,
2619226242
"litellm_provider": "openai",

apps/opik-frontend/src/data/model_prices_and_context_window.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9522,6 +9522,15 @@
95229522
"output_cost_per_token": 0.0,
95239523
"supports_embedding_image_input": true
95249524
},
9525+
"embed-multilingual-light-v3.0": {
9526+
"input_cost_per_token": 1e-04,
9527+
"litellm_provider": "cohere",
9528+
"max_input_tokens": 1024,
9529+
"max_tokens": 1024,
9530+
"mode": "embedding",
9531+
"output_cost_per_token": 0.0,
9532+
"supports_embedding_image_input": true
9533+
},
95259534
"eu.amazon.nova-lite-v1:0": {
95269535
"input_cost_per_token": 7.8e-08,
95279536
"litellm_provider": "bedrock_converse",
@@ -10131,6 +10140,19 @@
1013110140
"supports_response_schema": true,
1013210141
"supports_tool_choice": true
1013310142
},
10143+
"fireworks_ai/accounts/fireworks/models/glm-4p6": {
10144+
"input_cost_per_token": 0.55e-06,
10145+
"output_cost_per_token": 2.19e-06,
10146+
"litellm_provider": "fireworks_ai",
10147+
"max_input_tokens": 202800,
10148+
"max_output_tokens": 202800,
10149+
"max_tokens": 202800,
10150+
"mode": "chat",
10151+
"source": "https://fireworks.ai/pricing",
10152+
"supports_function_calling": true,
10153+
"supports_response_schema": true,
10154+
"supports_tool_choice": true
10155+
},
1013410156
"fireworks_ai/accounts/fireworks/models/gpt-oss-120b": {
1013510157
"input_cost_per_token": 1.5e-07,
1013610158
"litellm_provider": "fireworks_ai",
@@ -19998,6 +20020,25 @@
1999820020
"supports_vision": true,
1999920021
"tool_use_system_prompt_tokens": 159
2000020022
},
20023+
"openrouter/anthropic/claude-opus-4.5": {
20024+
"cache_creation_input_token_cost": 6.25e-06,
20025+
"cache_read_input_token_cost": 5e-07,
20026+
"input_cost_per_token": 5e-06,
20027+
"litellm_provider": "openrouter",
20028+
"max_input_tokens": 200000,
20029+
"max_output_tokens": 32000,
20030+
"max_tokens": 32000,
20031+
"mode": "chat",
20032+
"output_cost_per_token": 2.5e-05,
20033+
"supports_assistant_prefill": true,
20034+
"supports_computer_use": true,
20035+
"supports_function_calling": true,
20036+
"supports_prompt_caching": true,
20037+
"supports_reasoning": true,
20038+
"supports_tool_choice": true,
20039+
"supports_vision": true,
20040+
"tool_use_system_prompt_tokens": 159
20041+
},
2000120042
"openrouter/anthropic/claude-sonnet-4.5": {
2000220043
"input_cost_per_image": 0.0048,
2000320044
"cache_creation_input_token_cost": 3.75e-06,
@@ -26187,6 +26228,15 @@
2618726228
"supports_parallel_function_calling": false,
2618826229
"supports_vision": false
2618926230
},
26231+
"watsonx/whisper-large-v3-turbo": {
26232+
"input_cost_per_second": 0.0001,
26233+
"output_cost_per_second": 0.0001,
26234+
"litellm_provider": "watsonx",
26235+
"mode": "audio_transcription",
26236+
"supported_endpoints": [
26237+
"/v1/audio/transcriptions"
26238+
]
26239+
},
2619026240
"whisper-1": {
2619126241
"input_cost_per_second": 0.0001,
2619226242
"litellm_provider": "openai",

0 commit comments

Comments
 (0)