{"version":3,"file":"minimax-cn.models.d.ts","sourceRoot":"","sources":["../../src/providers/minimax-cn.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDpB,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 MINIMAX_CN_MODELS = {\n\t\"MiniMax-M2.7\": {\n\t\tid: \"MiniMax-M2.7\",\n\t\tname: \"MiniMax-M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"minimax-cn\",\n\t\tbaseUrl: \"https://api.minimaxi.com/anthropic\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"MiniMax-M2.7-highspeed\": {\n\t\tid: \"MiniMax-M2.7-highspeed\",\n\t\tname: \"MiniMax-M2.7-highspeed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"minimax-cn\",\n\t\tbaseUrl: \"https://api.minimaxi.com/anthropic\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"MiniMax-M3\": {\n\t\tid: \"MiniMax-M3\",\n\t\tname: \"MiniMax-M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"minimax-cn\",\n\t\tbaseUrl: \"https://api.minimaxi.com/anthropic\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}