Skip to content

Commit 5e2ed4f

Browse files
committed
chore: auto-update generated files
1 parent 9252214 commit 5e2ed4f

File tree

3 files changed

+330
-127
lines changed

3 files changed

+330
-127
lines changed

internal/providers/configs/aihubmix.json

Lines changed: 186 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,25 @@
582582
"supports_attachments": false,
583583
"options": {}
584584
},
585+
{
586+
"id": "coding-minimax-m2.1-free",
587+
"name": "Coding MiniMax M2.1 (free)",
588+
"cost_per_1m_in": 0,
589+
"cost_per_1m_out": 0,
590+
"cost_per_1m_in_cached": 0,
591+
"cost_per_1m_out_cached": 0,
592+
"context_window": 204800,
593+
"default_max_tokens": 13100,
594+
"can_reason": true,
595+
"reasoning_levels": [
596+
"low",
597+
"medium",
598+
"high"
599+
],
600+
"default_reasoning_effort": "medium",
601+
"supports_attachments": false,
602+
"options": {}
603+
},
585604
{
586605
"id": "coding-minimax-m2.5",
587606
"name": "Coding MiniMax M2.5",
@@ -601,6 +620,25 @@
601620
"supports_attachments": false,
602621
"options": {}
603622
},
623+
{
624+
"id": "coding-minimax-m2.5-free",
625+
"name": "Coding MiniMax M2.5 (free)",
626+
"cost_per_1m_in": 0,
627+
"cost_per_1m_out": 0,
628+
"cost_per_1m_in_cached": 0,
629+
"cost_per_1m_out_cached": 0,
630+
"context_window": 204800,
631+
"default_max_tokens": 13100,
632+
"can_reason": true,
633+
"reasoning_levels": [
634+
"low",
635+
"medium",
636+
"high"
637+
],
638+
"default_reasoning_effort": "medium",
639+
"supports_attachments": false,
640+
"options": {}
641+
},
604642
{
605643
"id": "coding-minimax-m2.5-highspeed",
606644
"name": "Coding MiniMax M2.5 Highspeed",
@@ -648,7 +686,13 @@
648686
"cost_per_1m_out_cached": 0.0302,
649687
"context_window": 128000,
650688
"default_max_tokens": 64000,
651-
"can_reason": false,
689+
"can_reason": true,
690+
"reasoning_levels": [
691+
"low",
692+
"medium",
693+
"high"
694+
],
695+
"default_reasoning_effort": "medium",
652696
"supports_attachments": false,
653697
"options": {}
654698
},
@@ -661,7 +705,13 @@
661705
"cost_per_1m_out_cached": 1.096,
662706
"context_window": 128000,
663707
"default_max_tokens": 12800,
664-
"can_reason": false,
708+
"can_reason": true,
709+
"reasoning_levels": [
710+
"low",
711+
"medium",
712+
"high"
713+
],
714+
"default_reasoning_effort": "medium",
665715
"supports_attachments": false,
666716
"options": {}
667717
},
@@ -693,7 +743,13 @@
693743
"cost_per_1m_out_cached": 0.0302,
694744
"context_window": 128000,
695745
"default_max_tokens": 64000,
696-
"can_reason": false,
746+
"can_reason": true,
747+
"reasoning_levels": [
748+
"low",
749+
"medium",
750+
"high"
751+
],
752+
"default_reasoning_effort": "medium",
697753
"supports_attachments": false,
698754
"options": {}
699755
},
@@ -1305,6 +1361,25 @@
13051361
"supports_attachments": false,
13061362
"options": {}
13071363
},
1364+
{
1365+
"id": "glm-5",
1366+
"name": "GLM 5",
1367+
"cost_per_1m_in": 0.88,
1368+
"cost_per_1m_out": 2.816,
1369+
"cost_per_1m_in_cached": 0,
1370+
"cost_per_1m_out_cached": 0.176,
1371+
"context_window": 202752,
1372+
"default_max_tokens": 20275,
1373+
"can_reason": true,
1374+
"reasoning_levels": [
1375+
"low",
1376+
"medium",
1377+
"high"
1378+
],
1379+
"default_reasoning_effort": "medium",
1380+
"supports_attachments": false,
1381+
"options": {}
1382+
},
13081383
{
13091384
"id": "gpt-4.1",
13101385
"name": "GPT 4.1",
@@ -1887,6 +1962,38 @@
18871962
"supports_attachments": true,
18881963
"options": {}
18891964
},
1965+
{
1966+
"id": "grok-4-fast-non-reasoning",
1967+
"name": "Grok 4 Fast",
1968+
"cost_per_1m_in": 0.2,
1969+
"cost_per_1m_out": 0.5,
1970+
"cost_per_1m_in_cached": 0,
1971+
"cost_per_1m_out_cached": 0.05,
1972+
"context_window": 2000000,
1973+
"default_max_tokens": 30000,
1974+
"can_reason": false,
1975+
"supports_attachments": true,
1976+
"options": {}
1977+
},
1978+
{
1979+
"id": "grok-4-fast-reasoning",
1980+
"name": "Grok 4 Fast (reasoning)",
1981+
"cost_per_1m_in": 0.2,
1982+
"cost_per_1m_out": 0.5,
1983+
"cost_per_1m_in_cached": 0,
1984+
"cost_per_1m_out_cached": 0.05,
1985+
"context_window": 2000000,
1986+
"default_max_tokens": 30000,
1987+
"can_reason": true,
1988+
"reasoning_levels": [
1989+
"low",
1990+
"medium",
1991+
"high"
1992+
],
1993+
"default_reasoning_effort": "medium",
1994+
"supports_attachments": true,
1995+
"options": {}
1996+
},
18901997
{
18911998
"id": "grok-code-fast-1",
18921999
"name": "Grok Code Fast 1",
@@ -2060,6 +2167,82 @@
20602167
"supports_attachments": false,
20612168
"options": {}
20622169
},
2170+
{
2171+
"id": "minimax-m2",
2172+
"name": "MiniMax M2",
2173+
"cost_per_1m_in": 0.288,
2174+
"cost_per_1m_out": 1.152,
2175+
"cost_per_1m_in_cached": 0,
2176+
"cost_per_1m_out_cached": 0,
2177+
"context_window": 204800,
2178+
"default_max_tokens": 20480,
2179+
"can_reason": true,
2180+
"reasoning_levels": [
2181+
"low",
2182+
"medium",
2183+
"high"
2184+
],
2185+
"default_reasoning_effort": "medium",
2186+
"supports_attachments": false,
2187+
"options": {}
2188+
},
2189+
{
2190+
"id": "minimax-m2.1",
2191+
"name": "MiniMax M2.1",
2192+
"cost_per_1m_in": 0.288,
2193+
"cost_per_1m_out": 1.152,
2194+
"cost_per_1m_in_cached": 0,
2195+
"cost_per_1m_out_cached": 0,
2196+
"context_window": 204800,
2197+
"default_max_tokens": 20480,
2198+
"can_reason": true,
2199+
"reasoning_levels": [
2200+
"low",
2201+
"medium",
2202+
"high"
2203+
],
2204+
"default_reasoning_effort": "medium",
2205+
"supports_attachments": false,
2206+
"options": {}
2207+
},
2208+
{
2209+
"id": "minimax-m2.5",
2210+
"name": "MiniMax M2.5",
2211+
"cost_per_1m_in": 0.288,
2212+
"cost_per_1m_out": 1.152,
2213+
"cost_per_1m_in_cached": 0,
2214+
"cost_per_1m_out_cached": 0,
2215+
"context_window": 204800,
2216+
"default_max_tokens": 20480,
2217+
"can_reason": true,
2218+
"reasoning_levels": [
2219+
"low",
2220+
"medium",
2221+
"high"
2222+
],
2223+
"default_reasoning_effort": "medium",
2224+
"supports_attachments": false,
2225+
"options": {}
2226+
},
2227+
{
2228+
"id": "minimax-m2.5-highspeed",
2229+
"name": "MiniMax M2.5 Highspeed",
2230+
"cost_per_1m_in": 0.288,
2231+
"cost_per_1m_out": 1.152,
2232+
"cost_per_1m_in_cached": 0,
2233+
"cost_per_1m_out_cached": 0,
2234+
"context_window": 204800,
2235+
"default_max_tokens": 20480,
2236+
"can_reason": true,
2237+
"reasoning_levels": [
2238+
"low",
2239+
"medium",
2240+
"high"
2241+
],
2242+
"default_reasoning_effort": "medium",
2243+
"supports_attachments": false,
2244+
"options": {}
2245+
},
20632246
{
20642247
"id": "mistral-large-3",
20652248
"name": "Mistral Large 3",

internal/providers/configs/huggingface.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@
4646
"supports_attachments": false,
4747
"options": {}
4848
},
49+
{
50+
"id": "deepseek-ai/DeepSeek-V3.2:fireworks-ai",
51+
"name": "deepseek-ai/DeepSeek-V3.2 (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": 163840,
57+
"default_max_tokens": 8192,
58+
"can_reason": false,
59+
"supports_attachments": false,
60+
"options": {}
61+
},
4962
{
5063
"id": "meta-llama/Llama-3.3-70B-Instruct:groq",
5164
"name": "meta-llama/Llama-3.3-70B-Instruct (groq)",
@@ -59,6 +72,19 @@
5972
"supports_attachments": false,
6073
"options": {}
6174
},
75+
{
76+
"id": "meta-llama/Llama-4-Maverick-17B-128E-Instruct:groq",
77+
"name": "meta-llama/Llama-4-Maverick-17B-128E-Instruct (groq)",
78+
"cost_per_1m_in": 0.2,
79+
"cost_per_1m_out": 0.6,
80+
"cost_per_1m_in_cached": 0,
81+
"cost_per_1m_out_cached": 0,
82+
"context_window": 131072,
83+
"default_max_tokens": 8192,
84+
"can_reason": false,
85+
"supports_attachments": false,
86+
"options": {}
87+
},
6288
{
6389
"id": "meta-llama/Llama-4-Scout-17B-16E-Instruct:groq",
6490
"name": "meta-llama/Llama-4-Scout-17B-16E-Instruct (groq)",
@@ -162,19 +188,6 @@
162188
"can_reason": false,
163189
"supports_attachments": false,
164190
"options": {}
165-
},
166-
{
167-
"id": "zai-org/GLM-5:fireworks-ai",
168-
"name": "zai-org/GLM-5 (fireworks-ai)",
169-
"cost_per_1m_in": 0,
170-
"cost_per_1m_out": 0,
171-
"cost_per_1m_in_cached": 0,
172-
"cost_per_1m_out_cached": 0,
173-
"context_window": 202752,
174-
"default_max_tokens": 8192,
175-
"can_reason": false,
176-
"supports_attachments": false,
177-
"options": {}
178191
}
179192
],
180193
"default_headers": {

0 commit comments

Comments
 (0)