Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
c81b9aa
1
Parent(s): b904d11
chore: update provider data [skip ci]
Browse files- data/providers.json +37 -0
data/providers.json
CHANGED
|
@@ -3335,6 +3335,17 @@
|
|
| 3335 |
"tools"
|
| 3336 |
]
|
| 3337 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3338 |
{
|
| 3339 |
"name": "google/gemini-3.1-flash-lite-preview",
|
| 3340 |
"type": "vision",
|
|
@@ -4841,6 +4852,19 @@
|
|
| 4841 |
"tools"
|
| 4842 |
]
|
| 4843 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4844 |
{
|
| 4845 |
"name": "openai/gpt-audio",
|
| 4846 |
"type": "audio",
|
|
@@ -5347,6 +5371,19 @@
|
|
| 5347 |
"reasoning"
|
| 5348 |
]
|
| 5349 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5350 |
{
|
| 5351 |
"name": "openai/gpt-4-0314",
|
| 5352 |
"type": "chat",
|
|
|
|
| 3335 |
"tools"
|
| 3336 |
]
|
| 3337 |
},
|
| 3338 |
+
{
|
| 3339 |
+
"name": "inception/mercury-2",
|
| 3340 |
+
"type": "chat",
|
| 3341 |
+
"input_price_per_1m": 0.25,
|
| 3342 |
+
"output_price_per_1m": 0.75,
|
| 3343 |
+
"currency": "USD",
|
| 3344 |
+
"capabilities": [
|
| 3345 |
+
"tools",
|
| 3346 |
+
"reasoning"
|
| 3347 |
+
]
|
| 3348 |
+
},
|
| 3349 |
{
|
| 3350 |
"name": "google/gemini-3.1-flash-lite-preview",
|
| 3351 |
"type": "vision",
|
|
|
|
| 4852 |
"tools"
|
| 4853 |
]
|
| 4854 |
},
|
| 4855 |
+
{
|
| 4856 |
+
"name": "openai/gpt-5.4",
|
| 4857 |
+
"type": "vision",
|
| 4858 |
+
"input_price_per_1m": 2.5,
|
| 4859 |
+
"output_price_per_1m": 15,
|
| 4860 |
+
"currency": "USD",
|
| 4861 |
+
"capabilities": [
|
| 4862 |
+
"vision",
|
| 4863 |
+
"files",
|
| 4864 |
+
"tools",
|
| 4865 |
+
"reasoning"
|
| 4866 |
+
]
|
| 4867 |
+
},
|
| 4868 |
{
|
| 4869 |
"name": "openai/gpt-audio",
|
| 4870 |
"type": "audio",
|
|
|
|
| 5371 |
"reasoning"
|
| 5372 |
]
|
| 5373 |
},
|
| 5374 |
+
{
|
| 5375 |
+
"name": "openai/gpt-5.4-pro",
|
| 5376 |
+
"type": "vision",
|
| 5377 |
+
"input_price_per_1m": 30,
|
| 5378 |
+
"output_price_per_1m": 180,
|
| 5379 |
+
"currency": "USD",
|
| 5380 |
+
"capabilities": [
|
| 5381 |
+
"vision",
|
| 5382 |
+
"files",
|
| 5383 |
+
"tools",
|
| 5384 |
+
"reasoning"
|
| 5385 |
+
]
|
| 5386 |
+
},
|
| 5387 |
{
|
| 5388 |
"name": "openai/gpt-4-0314",
|
| 5389 |
"type": "chat",
|