Skip to content

Commit 501fee0

Browse files
[NA] [BE] Update model prices file (#4457)
Co-authored-by: Andres Cruz <[email protected]>
1 parent 6e9dd27 commit 501fee0

File tree

2 files changed

+308
-4
lines changed

2 files changed

+308
-4
lines changed

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

Lines changed: 154 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10787,6 +10787,7 @@
1078710787
"mode": "chat",
1078810788
"output_cost_per_token": 1.68e-06,
1078910789
"source": "https://fireworks.ai/pricing",
10790+
"supports_reasoning": true,
1079010791
"supports_response_schema": true,
1079110792
"supports_tool_choice": true
1079210793
},
@@ -10799,6 +10800,7 @@
1079910800
"mode": "chat",
1080010801
"output_cost_per_token": 1.68e-06,
1080110802
"source": "https://fireworks.ai/pricing",
10803+
"supports_reasoning": true,
1080210804
"supports_response_schema": true,
1080310805
"supports_tool_choice": true
1080410806
},
@@ -10812,6 +10814,7 @@
1081210814
"output_cost_per_token": 1.2e-06,
1081310815
"source": "https://fireworks.ai/models/fireworks/deepseek-v3p2",
1081410816
"supports_function_calling": true,
10817+
"supports_reasoning": true,
1081510818
"supports_response_schema": true,
1081610819
"supports_tool_choice": true
1081710820
},
@@ -10838,6 +10841,7 @@
1083810841
"output_cost_per_token": 2.19e-06,
1083910842
"source": "https://fireworks.ai/models/fireworks/glm-4p5",
1084010843
"supports_function_calling": true,
10844+
"supports_reasoning": true,
1084110845
"supports_response_schema": true,
1084210846
"supports_tool_choice": true
1084310847
},
@@ -10851,6 +10855,7 @@
1085110855
"output_cost_per_token": 8.8e-07,
1085210856
"source": "https://artificialanalysis.ai/models/glm-4-5-air",
1085310857
"supports_function_calling": true,
10858+
"supports_reasoning": true,
1085410859
"supports_response_schema": true,
1085510860
"supports_tool_choice": true
1085610861
},
@@ -10864,6 +10869,7 @@
1086410869
"mode": "chat",
1086510870
"source": "https://fireworks.ai/pricing",
1086610871
"supports_function_calling": true,
10872+
"supports_reasoning": true,
1086710873
"supports_response_schema": true,
1086810874
"supports_tool_choice": true
1086910875
},
@@ -10877,6 +10883,7 @@
1087710883
"output_cost_per_token": 6e-07,
1087810884
"source": "https://fireworks.ai/pricing",
1087910885
"supports_function_calling": true,
10886+
"supports_reasoning": true,
1088010887
"supports_response_schema": true,
1088110888
"supports_tool_choice": true
1088210889
},
@@ -10890,6 +10897,7 @@
1089010897
"output_cost_per_token": 2e-07,
1089110898
"source": "https://fireworks.ai/pricing",
1089210899
"supports_function_calling": true,
10900+
"supports_reasoning": true,
1089310901
"supports_response_schema": true,
1089410902
"supports_tool_choice": true
1089510903
},
@@ -17103,10 +17111,14 @@
1710317111
"supports_vision": true
1710417112
},
1710517113
"gpt-image-1": {
17114+
"input_cost_per_image": 0.042,
1710617115
"input_cost_per_pixel": 4.0054321e-08,
17116+
"input_cost_per_token": 0.000005,
17117+
"input_cost_per_image_token": 0.00001,
1710717118
"litellm_provider": "openai",
1710817119
"mode": "image_generation",
1710917120
"output_cost_per_pixel": 0.0,
17121+
"output_cost_per_token": 0.00004,
1711017122
"supported_endpoints": [
1711117123
"/v1/images/generations"
1711217124
]
@@ -17925,6 +17937,7 @@
1792517937
"supports_tool_choice": true
1792617938
},
1792717939
"high/1024-x-1024/gpt-image-1": {
17940+
"input_cost_per_image": 0.167,
1792817941
"input_cost_per_pixel": 1.59263611e-07,
1792917942
"litellm_provider": "openai",
1793017943
"mode": "image_generation",
@@ -17934,6 +17947,7 @@
1793417947
]
1793517948
},
1793617949
"high/1024-x-1536/gpt-image-1": {
17950+
"input_cost_per_image": 0.25,
1793717951
"input_cost_per_pixel": 1.58945719e-07,
1793817952
"litellm_provider": "openai",
1793917953
"mode": "image_generation",
@@ -17943,6 +17957,7 @@
1794317957
]
1794417958
},
1794517959
"high/1536-x-1024/gpt-image-1": {
17960+
"input_cost_per_image": 0.25,
1794617961
"input_cost_per_pixel": 1.58945719e-07,
1794717962
"litellm_provider": "openai",
1794817963
"mode": "image_generation",
@@ -18604,6 +18619,7 @@
1860418619
"supports_tool_choice": true
1860518620
},
1860618621
"low/1024-x-1024/gpt-image-1": {
18622+
"input_cost_per_image": 0.011,
1860718623
"input_cost_per_pixel": 1.0490417e-08,
1860818624
"litellm_provider": "openai",
1860918625
"mode": "image_generation",
@@ -18613,6 +18629,7 @@
1861318629
]
1861418630
},
1861518631
"low/1024-x-1536/gpt-image-1": {
18632+
"input_cost_per_image": 0.016,
1861618633
"input_cost_per_pixel": 1.0172526e-08,
1861718634
"litellm_provider": "openai",
1861818635
"mode": "image_generation",
@@ -18622,6 +18639,7 @@
1862218639
]
1862318640
},
1862418641
"low/1536-x-1024/gpt-image-1": {
18642+
"input_cost_per_image": 0.016,
1862518643
"input_cost_per_pixel": 1.0172526e-08,
1862618644
"litellm_provider": "openai",
1862718645
"mode": "image_generation",
@@ -18687,6 +18705,7 @@
1868718705
"output_cost_per_image": 0.072
1868818706
},
1868918707
"medium/1024-x-1024/gpt-image-1": {
18708+
"input_cost_per_image": 0.042,
1869018709
"input_cost_per_pixel": 4.0054321e-08,
1869118710
"litellm_provider": "openai",
1869218711
"mode": "image_generation",
@@ -18696,6 +18715,7 @@
1869618715
]
1869718716
},
1869818717
"medium/1024-x-1536/gpt-image-1": {
18718+
"input_cost_per_image": 0.063,
1869918719
"input_cost_per_pixel": 4.0054321e-08,
1870018720
"litellm_provider": "openai",
1870118721
"mode": "image_generation",
@@ -18705,6 +18725,7 @@
1870518725
]
1870618726
},
1870718727
"medium/1536-x-1024/gpt-image-1": {
18728+
"input_cost_per_image": 0.063,
1870818729
"input_cost_per_pixel": 4.0054321e-08,
1870918730
"litellm_provider": "openai",
1871018731
"mode": "image_generation",
@@ -21863,6 +21884,90 @@
2186321884
"supports_reasoning": true,
2186421885
"supports_tool_choice": true
2186521886
},
21887+
"openrouter/mistralai/devstral-2512:free": {
21888+
"input_cost_per_image": 0,
21889+
"input_cost_per_token": 0,
21890+
"litellm_provider": "openrouter",
21891+
"max_input_tokens": 262144,
21892+
"max_output_tokens": null,
21893+
"max_tokens": 262144,
21894+
"mode": "chat",
21895+
"output_cost_per_token": 0,
21896+
"supports_function_calling": true,
21897+
"supports_prompt_caching": false,
21898+
"supports_tool_choice": true,
21899+
"supports_vision": false
21900+
},
21901+
"openrouter/mistralai/devstral-2512": {
21902+
"input_cost_per_image": 0,
21903+
"input_cost_per_token": 1.5e-07,
21904+
"litellm_provider": "openrouter",
21905+
"max_input_tokens": 262144,
21906+
"max_output_tokens": 65536,
21907+
"max_tokens": 262144,
21908+
"mode": "chat",
21909+
"output_cost_per_token": 6e-07,
21910+
"supports_function_calling": true,
21911+
"supports_prompt_caching": false,
21912+
"supports_tool_choice": true,
21913+
"supports_vision": false
21914+
},
21915+
"openrouter/mistralai/ministral-3b-2512": {
21916+
"input_cost_per_image": 0,
21917+
"input_cost_per_token": 1e-07,
21918+
"litellm_provider": "openrouter",
21919+
"max_input_tokens": 131072,
21920+
"max_output_tokens": null,
21921+
"max_tokens": 131072,
21922+
"mode": "chat",
21923+
"output_cost_per_token": 1e-07,
21924+
"supports_function_calling": true,
21925+
"supports_prompt_caching": false,
21926+
"supports_tool_choice": true,
21927+
"supports_vision": true
21928+
},
21929+
"openrouter/mistralai/ministral-8b-2512": {
21930+
"input_cost_per_image": 0,
21931+
"input_cost_per_token": 1.5e-07,
21932+
"litellm_provider": "openrouter",
21933+
"max_input_tokens": 262144,
21934+
"max_output_tokens": null,
21935+
"max_tokens": 262144,
21936+
"mode": "chat",
21937+
"output_cost_per_token": 1.5e-07,
21938+
"supports_function_calling": true,
21939+
"supports_prompt_caching": false,
21940+
"supports_tool_choice": true,
21941+
"supports_vision": true
21942+
},
21943+
"openrouter/mistralai/ministral-14b-2512": {
21944+
"input_cost_per_image": 0,
21945+
"input_cost_per_token": 2e-07,
21946+
"litellm_provider": "openrouter",
21947+
"max_input_tokens": 262144,
21948+
"max_output_tokens": null,
21949+
"max_tokens": 262144,
21950+
"mode": "chat",
21951+
"output_cost_per_token": 2e-07,
21952+
"supports_function_calling": true,
21953+
"supports_prompt_caching": false,
21954+
"supports_tool_choice": true,
21955+
"supports_vision": true
21956+
},
21957+
"openrouter/mistralai/mistral-large-2512": {
21958+
"input_cost_per_image": 0,
21959+
"input_cost_per_token": 5e-07,
21960+
"litellm_provider": "openrouter",
21961+
"max_input_tokens": 262144,
21962+
"max_output_tokens": null,
21963+
"max_tokens": 262144,
21964+
"mode": "chat",
21965+
"output_cost_per_token": 1.5e-06,
21966+
"supports_function_calling": true,
21967+
"supports_prompt_caching": false,
21968+
"supports_tool_choice": true,
21969+
"supports_vision": true
21970+
},
2186621971
"openrouter/mistralai/mistral-7b-instruct": {
2186721972
"input_cost_per_token": 1.3e-07,
2186821973
"litellm_provider": "openrouter",
@@ -22177,6 +22282,52 @@
2217722282
"supports_reasoning": true,
2217822283
"supports_tool_choice": true
2217922284
},
22285+
"openrouter/openai/gpt-5.2": {
22286+
"input_cost_per_image": 0,
22287+
"cache_read_input_token_cost": 1.75e-07,
22288+
"input_cost_per_token": 1.75e-06,
22289+
"litellm_provider": "openrouter",
22290+
"max_input_tokens": 400000,
22291+
"max_output_tokens": 128000,
22292+
"max_tokens": 400000,
22293+
"mode": "chat",
22294+
"output_cost_per_token": 1.4e-05,
22295+
"supports_function_calling": true,
22296+
"supports_prompt_caching": true,
22297+
"supports_reasoning": true,
22298+
"supports_tool_choice": true,
22299+
"supports_vision": true
22300+
},
22301+
"openrouter/openai/gpt-5.2-chat": {
22302+
"input_cost_per_image": 0,
22303+
"cache_read_input_token_cost": 1.75e-07,
22304+
"input_cost_per_token": 1.75e-06,
22305+
"litellm_provider": "openrouter",
22306+
"max_input_tokens": 128000,
22307+
"max_output_tokens": 16384,
22308+
"max_tokens": 128000,
22309+
"mode": "chat",
22310+
"output_cost_per_token": 1.4e-05,
22311+
"supports_function_calling": true,
22312+
"supports_prompt_caching": true,
22313+
"supports_tool_choice": true,
22314+
"supports_vision": true
22315+
},
22316+
"openrouter/openai/gpt-5.2-pro": {
22317+
"input_cost_per_image": 0,
22318+
"input_cost_per_token": 2.1e-05,
22319+
"litellm_provider": "openrouter",
22320+
"max_input_tokens": 400000,
22321+
"max_output_tokens": 128000,
22322+
"max_tokens": 400000,
22323+
"mode": "chat",
22324+
"output_cost_per_token": 1.68e-04,
22325+
"supports_function_calling": true,
22326+
"supports_prompt_caching": false,
22327+
"supports_reasoning": true,
22328+
"supports_tool_choice": true,
22329+
"supports_vision": true
22330+
},
2218022331
"openrouter/openai/gpt-oss-120b": {
2218122332
"input_cost_per_token": 1.8e-07,
2218222333
"litellm_provider": "openrouter",
@@ -29313,7 +29464,8 @@
2931329464
"input_cost_per_token": 1.2e-06,
2931429465
"output_cost_per_token": 1.2e-06,
2931529466
"litellm_provider": "fireworks_ai",
29316-
"mode": "chat"
29467+
"mode": "chat",
29468+
"supports_reasoning": true
2931729469
},
2931829470
"fireworks_ai/accounts/fireworks/models/gpt-oss-safeguard-120b": {
2931929471
"max_tokens": 131072,
@@ -30746,4 +30898,4 @@
3074630898
"litellm_provider": "fireworks_ai",
3074730899
"mode": "chat"
3074830900
}
30749-
}
30901+
}

0 commit comments

Comments
 (0)