Change baseten default model to glm for now (#9489)

This commit is contained in:
Matt Rubens 2025-11-21 18:42:40 -05:00 committed by GitHub
parent e5648e8d14
commit 8d1602c1c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ export const basetenModels = {
supportsImages: false,
supportsPromptCache: false,
supportsNativeTools: true,
defaultToolProtocol: "native",
inputPrice: 0.6,
outputPrice: 2.5,
cacheWritesPrice: 0,
@ -124,4 +123,4 @@ export const basetenModels = {
export type BasetenModelId = keyof typeof basetenModels
export const basetenDefaultModelId = "moonshotai/Kimi-K2-Thinking" satisfies BasetenModelId
export const basetenDefaultModelId = "zai-org/GLM-4.6" satisfies BasetenModelId