We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e812389 commit 9f954c2Copy full SHA for 9f954c2
common/src/templates/initial-agents-dir/types/agent-definition.ts
@@ -289,7 +289,7 @@ export type ModelName =
289
| 'openai/gpt-5-nano'
290
291
// Anthropic
292
- | 'anthropic/claude-sonnet-4'
+ | 'anthropic/claude-sonnet-4.5'
293
| 'anthropic/claude-opus-4.1'
294
295
// Gemini
@@ -326,8 +326,8 @@ export type ModelName =
326
// Other open source models
327
| 'moonshotai/kimi-k2'
328
| 'moonshotai/kimi-k2:nitro'
329
- | 'z-ai/glm-4.5'
330
- | 'z-ai/glm-4.5:nitro'
+ | 'z-ai/glm-4.6'
+ | 'z-ai/glm-4.6:nitro'
331
| (string & {})
332
333
export type { Tools }
0 commit comments