{"version":3,"file":"cerebras.models.d.ts","sourceRoot":"","sources":["../../src/providers/cerebras.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDlB,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const CEREBRAS_MODELS = {\n\t\"gemma-4-31b\": {\n\t\tid: \"gemma-4-31b\",\n\t\tname: \"Gemma 4 31B IT\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"cerebras\",\n\t\tbaseUrl: \"https://api.cerebras.ai/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.99,\n\t\t\toutput: 1.49,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 40960,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gpt-oss-120b\": {\n\t\tid: \"gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"cerebras\",\n\t\tbaseUrl: \"https://api.cerebras.ai/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.35,\n\t\t\toutput: 0.75,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 40960,\n\t} satisfies Model<\"openai-completions\">,\n\t\"zai-glm-4.7\": {\n\t\tid: \"zai-glm-4.7\",\n\t\tname: \"Z.AI GLM-4.7\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"cerebras\",\n\t\tbaseUrl: \"https://api.cerebras.ai/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.25,\n\t\t\toutput: 2.75,\n\t\t\tcacheRead: 2.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 40960,\n\t} satisfies Model<\"openai-completions\">,\n} as const;\n"]}