Skip to content

Commit ebac94f

Browse files
committed
Bumping default object model from gpt-4.1-nano to gpt-5-mini
1 parent b305823 commit ebac94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/llm/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const DEFAULT_MODEL_NAME: ModelName = "anthropic:claude-sonnet-4-5";
1010

1111
// NOTE(ja): This should be an array of models, the first model will be tried, if it
1212
// 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";
13+
export const DEFAULT_IFRAME_MODELS: ModelName = "openai:gpt-5-mini";
14+
export const DEFAULT_GENERATE_OBJECT_MODELS: ModelName = "openai:gpt-5-mini";
1515

1616
export type LLMResponse = BuiltInLLMMessage & {
1717
// The trace span ID

0 commit comments

Comments
 (0)