feat(ai): refresh generated model catalogs

closes #6256
This commit is contained in:
Vegard Stikbakke
2026-07-04 06:27:58 +02:00
parent a1b336d73e
commit ee24a9ec54
10 changed files with 201 additions and 52 deletions
@@ -4,6 +4,24 @@
import type { Model } from "../types.ts";
export const CEREBRAS_MODELS = {
"gemma-4-31b": {
id: "gemma-4-31b",
name: "Gemma 4 31B IT",
api: "openai-completions",
provider: "cerebras",
baseUrl: "https://api.cerebras.ai/v1",
compat: {"supportsStore":false,"supportsDeveloperRole":false},
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.99,
output: 1.49,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 131072,
maxTokens: 40960,
} satisfies Model<"openai-completions">,
"gpt-oss-120b": {
id: "gpt-oss-120b",
name: "GPT OSS 120B",