Skip to content

Commit 18fc3ee

Browse files
committed
update zen model name
1 parent 101ff6d commit 18fc3ee

22 files changed

Lines changed: 141 additions & 131 deletions

File tree

packages/console/app/src/lib/request-country.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,9 @@ export function countryFromRequest(request: Request | undefined) {
7070
}
7171

7272
export function isModelCountryRestricted(model: string, country: string | undefined) {
73-
return model === "muse-spark-1.2" && country !== undefined && MUSE_SPARK_BLOCKED_COUNTRIES.has(country.toUpperCase())
73+
return (
74+
model === "muse-spark-1.2-contributor" &&
75+
country !== undefined &&
76+
MUSE_SPARK_BLOCKED_COUNTRIES.has(country.toUpperCase())
77+
)
7478
}

packages/console/app/src/routes/go/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const models = [
3939
{ name: "Qwen3.6 Plus", training: "go.faq.a5.notUsed", retention: "go.faq.a5.retention0" },
4040
{ name: "MiniMax M3", training: "go.faq.a5.notUsed", retention: "go.faq.a5.retention0" },
4141
{ name: "MiniMax M2.7", training: "go.faq.a5.notUsed", retention: "go.faq.a5.retention0" },
42-
{ name: "Muse Spark 1.2", training: "go.faq.a5.used", retention: "go.faq.a5.notZdr" },
42+
{ name: "Muse Spark 1.2 Contributor", training: "go.faq.a5.used", retention: "go.faq.a5.notZdr" },
4343
{ name: "DeepSeek V4 Pro", training: "go.faq.a5.notUsed", retention: "go.faq.a5.retention0" },
4444
{ name: "DeepSeek V4 Flash", training: "go.faq.a5.notUsed", retention: "go.faq.a5.retention0" },
4545
{ name: "Hy3", training: "go.faq.a5.notUsed", retention: "go.faq.a5.retention0" },
@@ -79,7 +79,7 @@ function LimitsGraph(props: { href: string }) {
7979
{ id: "hy3", name: "Hy3", req: 4300, d: "320ms" },
8080
{ id: "deepseek-v4-flash", name: "DeepSeek V4 Flash", req: 7600, d: "330ms" },
8181
{ id: "mimo-v2.5", name: "MiMo-V2.5", req: 30100, d: "340ms" },
82-
{ id: "muse-spark-1.2", name: "Muse Spark 1.2", req: 45300, edge: true, d: "360ms" },
82+
{ id: "muse-spark-1.2-contributor", name: "Muse Spark 1.2 Contributor", req: 45300, edge: true, d: "360ms" },
8383
]
8484

8585
const w = 1040
@@ -496,7 +496,7 @@ export default function Home() {
496496
.
497497
</p>
498498
<p>
499-
<strong>Muse Spark 1.2:</strong> {i18n.t("go.faq.a5.museRetention")}{" "}
499+
<strong>Muse Spark 1.2 Contributor:</strong> {i18n.t("go.faq.a5.museRetention")}{" "}
500500
<a href="https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier">
501501
{i18n.t("go.faq.a5.learnMore")}
502502
</a>

packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ export function LiteSection(props: { lite: LiteSubscription | undefined }) {
349349
<li>Kimi K2.6</li>
350350
<li>MiniMax M3</li>
351351
<li>MiniMax M2.7</li>
352+
<li>Muse Spark 1.2 Contributor</li>
352353
<li>Qwen3.8 Max</li>
353354
<li>Qwen3.7 Max</li>
354355
<li>Qwen3.7 Plus</li>

packages/console/app/src/routes/zen/util/handler.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ export async function handler(
131131
: createKeyRateLimiter(modelInfo.id, modelInfo.rateLimit, zenApiKey, input.request)
132132
await rateLimiter?.check()
133133
const authInfo = await authenticate(modelInfo, zenApiKey)
134-
if (authInfo && opts.modelList === "lite" && modelInfo.id === "muse-spark-1.2" && !authInfo.allowTraining)
134+
if (
135+
authInfo &&
136+
opts.modelList === "lite" &&
137+
modelInfo.id === "muse-spark-1.2-contributor" &&
138+
!authInfo.allowTraining
139+
)
135140
throw new DataPolicyError(
136141
t("zen.api.error.trainingNotAllowed", {
137142
consoleGoUrl: `https://opencode.ai/workspace/${authInfo.workspaceID}/go`,

packages/web/src/content/docs/ar/go.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
6161
- **MiMo-V2.5-Pro**
6262
- **MiniMax M3**
6363
- **MiniMax M2.7**
64-
- **Muse Spark 1.2**
64+
- **Muse Spark 1.2 Contributor**
6565
- **Qwen3.8 Max**
6666
- **Qwen3.7 Max**
6767
- **Qwen3.7 Plus**
@@ -100,7 +100,7 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
100100
| MiMo-V2.5-Pro | 3,250 | 8,150 | 16,300 |
101101
| MiniMax M3 | 3,200 | 8,000 | 16,000 |
102102
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
103-
| Muse Spark 1.2 | 45,300 | 113,300 | 226,600 |
103+
| Muse Spark 1.2 Contributor | 45,300 | 113,300 | 226,600 |
104104
| Qwen3.8 Max | 160 | 400 | 810 |
105105
| Qwen3.7 Max | 340 | 840 | 1,690 |
106106
| Qwen3.7 Plus | 4,300 | 10,800 | 21,600 |
@@ -120,7 +120,7 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
120120
- DeepSeek V4 Flash — ‏410 input، و71,300 cached، و310 output tokens لكل طلب
121121
- MiniMax M3 — ‏510 input، و56,000 cached، و190 output tokens لكل طلب
122122
- MiniMax M2.7 — ‏300 input، و55,000 cached، و125 output tokens لكل طلب
123-
- Muse Spark 1.2 — ‏620 input، و71,400 cached، و300 output tokens لكل طلب
123+
- Muse Spark 1.2 Contributor — ‏620 input، و71,400 cached، و300 output tokens لكل طلب
124124
- Qwen3.8 Max — ‏420 input، و66,000 cached، و200 output tokens لكل طلب
125125
- Qwen3.7 Max — ‏420 input، و66,000 cached، و200 output tokens لكل طلب
126126
- Qwen3.7 Plus — ‏500 input، و57,000 cached، و190 output tokens لكل طلب
@@ -147,7 +147,7 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
147147
| MiniMax M3 | $0.30 | $1.20 | $0.06 | - | $60 |
148148
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 | $60 |
149149
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 | $60 |
150-
| Muse Spark 1.2 | $0.10 | $0.20 | $0.002 | - | $60 |
150+
| Muse Spark 1.2 Contributor | $0.10 | $0.20 | $0.002 | - | $60 |
151151
| Qwen3.8 Max | $2.00 | $6.00 | $0.25 | $2.50 | $15 |
152152
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 | $60 |
153153
| Qwen3.7 Plus (≤ 256K tokens) | $0.40 | $1.60 | $0.04 | $0.50 | $60 |
@@ -211,7 +211,7 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
211211
| MiniMax M3 | minimax-m3 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
212212
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
213213
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
214-
| Muse Spark 1.2 | muse-spark-1.2 | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` |
214+
| Muse Spark 1.2 Contributor | muse-spark-1.2-contributor | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` |
215215
| Qwen3.8 Max | qwen3.8-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
216216
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
217217
| Qwen3.7 Plus | qwen3.7-plus | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
@@ -252,14 +252,14 @@ https://opencode.ai/zen/go/v1/models
252252
| Qwen3.6 Plus | غير مستخدَمة | 0 أيام |
253253
| MiniMax M3 | غير مستخدَمة | 0 أيام |
254254
| MiniMax M2.7 | غير مستخدَمة | 0 أيام |
255-
| Muse Spark 1.2 | نعم | ليست ZDR |
255+
| Muse Spark 1.2 Contributor | نعم | ليست ZDR |
256256
| DeepSeek V4 Pro | غير مستخدَمة | 0 أيام |
257257
| DeepSeek V4 Flash | غير مستخدَمة | 0 أيام |
258258
| Hy3 | غير مستخدَمة | 0 أيام |
259259

260260
- **Grok 4.5:** تعطّل ZDR ميزات API مهمة تعتمد على البيانات المخزنة، بما في ذلك Responses API ذات الحالة، وFiles and Collections، وBatch API. [اعرف المزيد](https://docs.x.ai/developers/faq/security#what-is-zero-data-retention-zdr).
261261
- **GPT 5.6 Luna:** تُنشأ سجلات مراقبة إساءة الاستخدام لكل استخدام لميزات API، ويُحتفظ بها لمدة تصل إلى 30 يومًا. [اعرف المزيد](https://developers.openai.com/api/docs/guides/your-data#data-retention-controls-for-abuse-monitoring).
262-
- **Muse Spark 1.2:** أسعار توكنات مخفّضة للغاية مقابل منح الإذن باستخدام مطالباتك وإكمالات النموذج لتدريب نماذج Meta المستقبلية. [اعرف المزيد](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier).
262+
- **Muse Spark 1.2 Contributor:** أسعار توكنات مخفّضة للغاية مقابل منح الإذن باستخدام مطالباتك وإكمالات النموذج لتدريب نماذج Meta المستقبلية. [اعرف المزيد](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier).
263263
- **DeepSeek V4 Flash:** تُجدَّد اتفاقية ZDR شهريًا. الاتفاقية الحالية سارية حتى 31 أغسطس 2026.
264264

265265
---

packages/web/src/content/docs/bs/go.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Trenutna lista modela uključuje:
7171
- **MiMo-V2.5-Pro**
7272
- **MiniMax M3**
7373
- **MiniMax M2.7**
74-
- **Muse Spark 1.2**
74+
- **Muse Spark 1.2 Contributor**
7575
- **Qwen3.8 Max**
7676
- **Qwen3.7 Max**
7777
- **Qwen3.7 Plus**
@@ -110,7 +110,7 @@ Tabela ispod pruža procijenjeni broj zahtjeva na osnovu tipičnih obrazaca kori
110110
| MiMo-V2.5-Pro | 3,250 | 8,150 | 16,300 |
111111
| MiniMax M3 | 3,200 | 8,000 | 16,000 |
112112
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
113-
| Muse Spark 1.2 | 45,300 | 113,300 | 226,600 |
113+
| Muse Spark 1.2 Contributor | 45,300 | 113,300 | 226,600 |
114114
| Qwen3.8 Max | 160 | 400 | 810 |
115115
| Qwen3.7 Max | 340 | 840 | 1,690 |
116116
| Qwen3.7 Plus | 4,300 | 10,800 | 21,600 |
@@ -130,7 +130,7 @@ Procjene se zasnivaju na zapaženim obrascima zahtjeva:
130130
- DeepSeek V4 Flash — 410 ulaznih, 71,300 keširanih, 310 izlaznih tokena po zahtjevu
131131
- MiniMax M3 — 510 ulaznih, 56,000 keširanih, 190 izlaznih tokena po zahtjevu
132132
- MiniMax M2.7 — 300 ulaznih, 55,000 keširanih, 125 izlaznih tokena po zahtjevu
133-
- Muse Spark 1.2 — 620 ulaznih, 71,400 keširanih, 300 izlaznih tokena po zahtjevu
133+
- Muse Spark 1.2 Contributor — 620 ulaznih, 71,400 keširanih, 300 izlaznih tokena po zahtjevu
134134
- Qwen3.8 Max — 420 ulaznih, 66,000 keširanih, 200 izlaznih tokena po zahtjevu
135135
- Qwen3.7 Max — 420 ulaznih, 66,000 keširanih, 200 izlaznih tokena po zahtjevu
136136
- Qwen3.7 Plus — 500 ulaznih, 57,000 keširanih, 190 izlaznih tokena po zahtjevu
@@ -157,7 +157,7 @@ Procjene se također zasnivaju na sljedećim cijenama po 1M tokena i mjesečnoj
157157
| MiniMax M3 | $0.30 | $1.20 | $0.06 | - | $60 |
158158
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 | $60 |
159159
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 | $60 |
160-
| Muse Spark 1.2 | $0.10 | $0.20 | $0.002 | - | $60 |
160+
| Muse Spark 1.2 Contributor | $0.10 | $0.20 | $0.002 | - | $60 |
161161
| Qwen3.8 Max | $2.00 | $6.00 | $0.25 | $2.50 | $15 |
162162
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 | $60 |
163163
| Qwen3.7 Plus (≤ 256K tokens) | $0.40 | $1.60 | $0.04 | $0.50 | $60 |
@@ -223,7 +223,7 @@ Također možete pristupiti Go modelima putem sljedećih API endpointa.
223223
| MiniMax M3 | minimax-m3 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
224224
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
225225
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
226-
| Muse Spark 1.2 | muse-spark-1.2 | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` |
226+
| Muse Spark 1.2 Contributor | muse-spark-1.2-contributor | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` |
227227
| Qwen3.8 Max | qwen3.8-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
228228
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
229229
| Qwen3.7 Plus | qwen3.7-plus | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
@@ -266,14 +266,14 @@ https://opencode.ai/zen/go/v1/models
266266
| Qwen3.6 Plus | Ne koristi se | 0 dana |
267267
| MiniMax M3 | Ne koristi se | 0 dana |
268268
| MiniMax M2.7 | Ne koristi se | 0 dana |
269-
| Muse Spark 1.2 | Da | Nije ZDR |
269+
| Muse Spark 1.2 Contributor | Da | Nije ZDR |
270270
| DeepSeek V4 Pro | Ne koristi se | 0 dana |
271271
| DeepSeek V4 Flash | Ne koristi se | 0 dana |
272272
| Hy3 | Ne koristi se | 0 dana |
273273

274274
- **Grok 4.5:** ZDR onemogućava važne API funkcije koje zavise od pohranjenih podataka, uključujući Responses API s očuvanjem stanja, Files and Collections i Batch API. [Saznajte više](https://docs.x.ai/developers/faq/security#what-is-zero-data-retention-zdr).
275275
- **GPT 5.6 Luna:** Zapisi o nadzoru zloupotrebe generišu se za svako korištenje API funkcija i čuvaju do 30 dana. [Saznajte više](https://developers.openai.com/api/docs/guides/your-data#data-retention-controls-for-abuse-monitoring).
276-
- **Muse Spark 1.2:** Znatno snižene cijene tokena u zamjenu za dopuštenje da se vaši promptovi i odgovori modela koriste za treniranje budućih Meta modela. [Saznajte više](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier).
276+
- **Muse Spark 1.2 Contributor:** Znatno snižene cijene tokena u zamjenu za dopuštenje da se vaši promptovi i odgovori modela koriste za treniranje budućih Meta modela. [Saznajte više](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier).
277277
- **DeepSeek V4 Flash:** ZDR sporazum obnavlja se mjesečno. Trenutni sporazum važi do 31. augusta 2026.
278278

279279
---

packages/web/src/content/docs/da/go.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Den nuværende liste over modeller inkluderer:
7171
- **MiMo-V2.5-Pro**
7272
- **MiniMax M3**
7373
- **MiniMax M2.7**
74-
- **Muse Spark 1.2**
74+
- **Muse Spark 1.2 Contributor**
7575
- **Qwen3.8 Max**
7676
- **Qwen3.7 Max**
7777
- **Qwen3.7 Plus**
@@ -110,7 +110,7 @@ Tabellen nedenfor giver et estimeret antal anmodninger baseret på typiske Go-fo
110110
| MiMo-V2.5-Pro | 3,250 | 8,150 | 16,300 |
111111
| MiniMax M3 | 3,200 | 8,000 | 16,000 |
112112
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
113-
| Muse Spark 1.2 | 45,300 | 113,300 | 226,600 |
113+
| Muse Spark 1.2 Contributor | 45,300 | 113,300 | 226,600 |
114114
| Qwen3.8 Max | 160 | 400 | 810 |
115115
| Qwen3.7 Max | 340 | 840 | 1,690 |
116116
| Qwen3.7 Plus | 4,300 | 10,800 | 21,600 |
@@ -130,7 +130,7 @@ Estimaterne er baseret på observerede anmodningsmønstre:
130130
- DeepSeek V4 Flash — 410 input, 71.300 cachelagrede, 310 output-tokens pr. anmodning
131131
- MiniMax M3 — 510 input, 56.000 cachelagrede, 190 output-tokens pr. anmodning
132132
- MiniMax M2.7 — 300 input, 55.000 cachelagrede, 125 output-tokens pr. anmodning
133-
- Muse Spark 1.2 — 620 input, 71.400 cachelagrede, 300 output-tokens pr. anmodning
133+
- Muse Spark 1.2 Contributor — 620 input, 71.400 cachelagrede, 300 output-tokens pr. anmodning
134134
- Qwen3.8 Max — 420 input, 66.000 cachelagrede, 200 output-tokens pr. anmodning
135135
- Qwen3.7 Max — 420 input, 66.000 cachelagrede, 200 output-tokens pr. anmodning
136136
- Qwen3.7 Plus — 500 input, 57.000 cachelagrede, 190 output-tokens pr. anmodning
@@ -157,7 +157,7 @@ Estimaterne er også baseret på følgende priser pr. 1M tokens og det månedlig
157157
| MiniMax M3 | $0.30 | $1.20 | $0.06 | - | $60 |
158158
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 | $60 |
159159
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 | $60 |
160-
| Muse Spark 1.2 | $0.10 | $0.20 | $0.002 | - | $60 |
160+
| Muse Spark 1.2 Contributor | $0.10 | $0.20 | $0.002 | - | $60 |
161161
| Qwen3.8 Max | $2.00 | $6.00 | $0.25 | $2.50 | $15 |
162162
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 | $60 |
163163
| Qwen3.7 Plus (≤ 256K tokens) | $0.40 | $1.60 | $0.04 | $0.50 | $60 |
@@ -223,7 +223,7 @@ Du kan også få adgang til Go-modeller gennem følgende API-endpoints.
223223
| MiniMax M3 | minimax-m3 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
224224
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
225225
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
226-
| Muse Spark 1.2 | muse-spark-1.2 | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` |
226+
| Muse Spark 1.2 Contributor | muse-spark-1.2-contributor | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` |
227227
| Qwen3.8 Max | qwen3.8-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
228228
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
229229
| Qwen3.7 Plus | qwen3.7-plus | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
@@ -266,14 +266,14 @@ https://opencode.ai/zen/go/v1/models
266266
| Qwen3.6 Plus | Ikke brugt | 0 dage |
267267
| MiniMax M3 | Ikke brugt | 0 dage |
268268
| MiniMax M2.7 | Ikke brugt | 0 dage |
269-
| Muse Spark 1.2 | Ja | Ikke ZDR |
269+
| Muse Spark 1.2 Contributor | Ja | Ikke ZDR |
270270
| DeepSeek V4 Pro | Ikke brugt | 0 dage |
271271
| DeepSeek V4 Flash | Ikke brugt | 0 dage |
272272
| Hy3 | Ikke brugt | 0 dage |
273273

274274
- **Grok 4.5:** ZDR deaktiverer vigtige API-funktioner, der afhænger af lagrede data, herunder den tilstandsbevarende Responses API, Files and Collections og Batch API. [Læs mere](https://docs.x.ai/developers/faq/security#what-is-zero-data-retention-zdr).
275275
- **GPT 5.6 Luna:** Logfiler til overvågning af misbrug genereres ved al brug af API-funktioner og opbevares i op til 30 dage. [Læs mere](https://developers.openai.com/api/docs/guides/your-data#data-retention-controls-for-abuse-monitoring).
276-
- **Muse Spark 1.2:** Kraftigt nedsatte tokenpriser til gengæld for tilladelse til at bruge dine prompts og modelsvar til at træne fremtidige Meta-modeller. [Læs mere](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier).
276+
- **Muse Spark 1.2 Contributor:** Kraftigt nedsatte tokenpriser til gengæld for tilladelse til at bruge dine prompts og modelsvar til at træne fremtidige Meta-modeller. [Læs mere](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier).
277277
- **DeepSeek V4 Flash:** ZDR-aftalen fornyes månedligt. Den nuværende aftale er gyldig til og med 31. august 2026.
278278

279279
---

0 commit comments

Comments
 (0)