wip: zen
This commit is contained in:
parent
162a789fa2
commit
34a33dfc16
1 changed files with 15 additions and 0 deletions
|
|
@ -36,6 +36,21 @@ const MODELS = {
|
||||||
},
|
},
|
||||||
headerMappings: {},
|
headerMappings: {},
|
||||||
},
|
},
|
||||||
|
"moonshotai/kimi-k2": {
|
||||||
|
id: "moonshotai/kimi-k2" as const,
|
||||||
|
auth: true,
|
||||||
|
api: "https://inference.baseten.co",
|
||||||
|
apiKey: Resource.BASETEN_API_KEY.value,
|
||||||
|
model: "moonshotai/Kimi-K2-Instruct-0905",
|
||||||
|
cost: {
|
||||||
|
input: 0.0000006,
|
||||||
|
output: 0.0000025,
|
||||||
|
reasoning: 0,
|
||||||
|
cacheRead: 0,
|
||||||
|
cacheWrite: 0,
|
||||||
|
},
|
||||||
|
headerMappings: {},
|
||||||
|
},
|
||||||
"grok-code": {
|
"grok-code": {
|
||||||
id: "x-ai/grok-code-fast-1" as const,
|
id: "x-ai/grok-code-fast-1" as const,
|
||||||
auth: false,
|
auth: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue