Skip to content

Commit 5bd2d3c

Browse files
committed
chore: auto-update generated files
1 parent 673fdb8 commit 5bd2d3c

File tree

4 files changed

+237
-89
lines changed

4 files changed

+237
-89
lines changed

internal/providers/configs/aihubmix.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,44 @@
19311931
"supports_attachments": true,
19321932
"options": {}
19331933
},
1934+
{
1935+
"id": "gpt-5.4",
1936+
"name": "GPT 5.4",
1937+
"cost_per_1m_in": 2.5,
1938+
"cost_per_1m_out": 15,
1939+
"cost_per_1m_in_cached": 0,
1940+
"cost_per_1m_out_cached": 0.25,
1941+
"context_window": 400000,
1942+
"default_max_tokens": 128000,
1943+
"can_reason": true,
1944+
"reasoning_levels": [
1945+
"low",
1946+
"medium",
1947+
"high"
1948+
],
1949+
"default_reasoning_effort": "medium",
1950+
"supports_attachments": true,
1951+
"options": {}
1952+
},
1953+
{
1954+
"id": "gpt-5.4-pro",
1955+
"name": "GPT 5.4 Pro",
1956+
"cost_per_1m_in": 30,
1957+
"cost_per_1m_out": 180,
1958+
"cost_per_1m_in_cached": 0,
1959+
"cost_per_1m_out_cached": 30,
1960+
"context_window": 1050000,
1961+
"default_max_tokens": 128000,
1962+
"can_reason": true,
1963+
"reasoning_levels": [
1964+
"low",
1965+
"medium",
1966+
"high"
1967+
],
1968+
"default_reasoning_effort": "medium",
1969+
"supports_attachments": true,
1970+
"options": {}
1971+
},
19341972
{
19351973
"id": "gpt-oss-120b",
19361974
"name": "gpt-oss-120b",

internal/providers/configs/huggingface.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
"default_large_model_id": "moonshotai/Kimi-K2-Instruct-0905:groq",
88
"default_small_model_id": "openai/gpt-oss-20b:groq",
99
"models": [
10+
{
11+
"id": "MiniMaxAI/MiniMax-M2.5:fireworks-ai",
12+
"name": "MiniMaxAI/MiniMax-M2.5 (fireworks-ai)",
13+
"cost_per_1m_in": 0,
14+
"cost_per_1m_out": 0,
15+
"cost_per_1m_in_cached": 0,
16+
"cost_per_1m_out_cached": 0,
17+
"context_window": 204800,
18+
"default_max_tokens": 8192,
19+
"can_reason": false,
20+
"supports_attachments": false,
21+
"options": {}
22+
},
1023
{
1124
"id": "Qwen/Qwen3-32B:groq",
1225
"name": "Qwen/Qwen3-32B (groq)",
@@ -20,6 +33,45 @@
2033
"supports_attachments": false,
2134
"options": {}
2235
},
36+
{
37+
"id": "Qwen/Qwen3-8B:fireworks-ai",
38+
"name": "Qwen/Qwen3-8B (fireworks-ai)",
39+
"cost_per_1m_in": 0,
40+
"cost_per_1m_out": 0,
41+
"cost_per_1m_in_cached": 0,
42+
"cost_per_1m_out_cached": 0,
43+
"context_window": 40960,
44+
"default_max_tokens": 8192,
45+
"can_reason": false,
46+
"supports_attachments": false,
47+
"options": {}
48+
},
49+
{
50+
"id": "Qwen/Qwen3-VL-30B-A3B-Instruct:fireworks-ai",
51+
"name": "Qwen/Qwen3-VL-30B-A3B-Instruct (fireworks-ai)",
52+
"cost_per_1m_in": 0,
53+
"cost_per_1m_out": 0,
54+
"cost_per_1m_in_cached": 0,
55+
"cost_per_1m_out_cached": 0,
56+
"context_window": 262144,
57+
"default_max_tokens": 8192,
58+
"can_reason": false,
59+
"supports_attachments": false,
60+
"options": {}
61+
},
62+
{
63+
"id": "Qwen/Qwen3-VL-30B-A3B-Thinking:fireworks-ai",
64+
"name": "Qwen/Qwen3-VL-30B-A3B-Thinking (fireworks-ai)",
65+
"cost_per_1m_in": 0,
66+
"cost_per_1m_out": 0,
67+
"cost_per_1m_in_cached": 0,
68+
"cost_per_1m_out_cached": 0,
69+
"context_window": 262144,
70+
"default_max_tokens": 8192,
71+
"can_reason": false,
72+
"supports_attachments": false,
73+
"options": {}
74+
},
2375
{
2476
"id": "deepcogito/cogito-671b-v2.1:fireworks-ai",
2577
"name": "deepcogito/cogito-671b-v2.1 (fireworks-ai)",
@@ -98,6 +150,19 @@
98150
"supports_attachments": false,
99151
"options": {}
100152
},
153+
{
154+
"id": "moonshotai/Kimi-K2-Instruct-0905:fireworks-ai",
155+
"name": "moonshotai/Kimi-K2-Instruct-0905 (fireworks-ai)",
156+
"cost_per_1m_in": 0,
157+
"cost_per_1m_out": 0,
158+
"cost_per_1m_in_cached": 0,
159+
"cost_per_1m_out_cached": 0,
160+
"context_window": 262144,
161+
"default_max_tokens": 8192,
162+
"can_reason": false,
163+
"supports_attachments": false,
164+
"options": {}
165+
},
101166
{
102167
"id": "moonshotai/Kimi-K2-Instruct-0905:groq",
103168
"name": "moonshotai/Kimi-K2-Instruct-0905 (groq)",
@@ -111,6 +176,32 @@
111176
"supports_attachments": false,
112177
"options": {}
113178
},
179+
{
180+
"id": "moonshotai/Kimi-K2-Thinking:fireworks-ai",
181+
"name": "moonshotai/Kimi-K2-Thinking (fireworks-ai)",
182+
"cost_per_1m_in": 0,
183+
"cost_per_1m_out": 0,
184+
"cost_per_1m_in_cached": 0,
185+
"cost_per_1m_out_cached": 0,
186+
"context_window": 262144,
187+
"default_max_tokens": 8192,
188+
"can_reason": false,
189+
"supports_attachments": false,
190+
"options": {}
191+
},
192+
{
193+
"id": "moonshotai/Kimi-K2.5:fireworks-ai",
194+
"name": "moonshotai/Kimi-K2.5 (fireworks-ai)",
195+
"cost_per_1m_in": 0,
196+
"cost_per_1m_out": 0,
197+
"cost_per_1m_in_cached": 0,
198+
"cost_per_1m_out_cached": 0,
199+
"context_window": 262144,
200+
"default_max_tokens": 8192,
201+
"can_reason": false,
202+
"supports_attachments": false,
203+
"options": {}
204+
},
114205
{
115206
"id": "openai/gpt-oss-120b:cerebras",
116207
"name": "openai/gpt-oss-120b (cerebras)",
@@ -189,6 +280,19 @@
189280
"supports_attachments": false,
190281
"options": {}
191282
},
283+
{
284+
"id": "zai-org/GLM-4.7:fireworks-ai",
285+
"name": "zai-org/GLM-4.7 (fireworks-ai)",
286+
"cost_per_1m_in": 0,
287+
"cost_per_1m_out": 0,
288+
"cost_per_1m_in_cached": 0,
289+
"cost_per_1m_out_cached": 0,
290+
"context_window": 202752,
291+
"default_max_tokens": 8192,
292+
"can_reason": false,
293+
"supports_attachments": false,
294+
"options": {}
295+
},
192296
{
193297
"id": "zai-org/GLM-5:fireworks-ai",
194298
"name": "zai-org/GLM-5 (fireworks-ai)",

0 commit comments

Comments
 (0)