diff --git a/packages/types/src/agent.ts b/packages/types/src/agent.ts index e94e5b1..bce4061 100644 --- a/packages/types/src/agent.ts +++ b/packages/types/src/agent.ts @@ -239,7 +239,7 @@ export const PROVIDER_MODELS = { OPENAI: [ { id: 'gpt-4.1-mini', name: 'GPT-4.1 Mini', contextWindow: 1000000 }, { id: 'gpt-4.1', name: 'GPT-4.1', contextWindow: 1000000 }, - { id: 'gpt-5.1-mini', name: 'GPT-5.1 Mini', contextWindow: 1000000 }, + { id: '5.1-mini', name: '5.1 Mini', contextWindow: 1000000 }, { id: 'gpt-4o', name: 'GPT-4o', contextWindow: 128000 }, { id: 'gpt-4o-mini', name: 'GPT-4o Mini', contextWindow: 128000 }, { id: 'gpt-4-turbo', name: 'GPT-4 Turbo', contextWindow: 128000 },