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 b305823 commit ebac94fCopy full SHA for ebac94f
packages/llm/src/types.ts
@@ -10,8 +10,8 @@ export const DEFAULT_MODEL_NAME: ModelName = "anthropic:claude-sonnet-4-5";
10
11
// NOTE(ja): This should be an array of models, the first model will be tried, if it
12
// fails, the second model will be tried, etc.
13
-export const DEFAULT_IFRAME_MODELS: ModelName = "openai:gpt-4.1-nano";
14
-export const DEFAULT_GENERATE_OBJECT_MODELS: ModelName = "openai:gpt-4.1-nano";
+export const DEFAULT_IFRAME_MODELS: ModelName = "openai:gpt-5-mini";
+export const DEFAULT_GENERATE_OBJECT_MODELS: ModelName = "openai:gpt-5-mini";
15
16
export type LLMResponse = BuiltInLLMMessage & {
17
// The trace span ID
0 commit comments