feat(agents): add gpt-5.1-mini to OpenAI models
This commit is contained in:
parent
3cde10faf4
commit
ba451a6b4b
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ export const PROVIDER_MODELS = {
|
||||||
OPENAI: [
|
OPENAI: [
|
||||||
{ id: 'gpt-4.1-mini', name: 'GPT-4.1 Mini', contextWindow: 1000000 },
|
{ id: 'gpt-4.1-mini', name: 'GPT-4.1 Mini', contextWindow: 1000000 },
|
||||||
{ id: 'gpt-4.1', name: 'GPT-4.1', 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: 'gpt-4o', name: 'GPT-4o', contextWindow: 128000 },
|
{ id: 'gpt-4o', name: 'GPT-4o', contextWindow: 128000 },
|
||||||
{ id: 'gpt-4o-mini', name: 'GPT-4o Mini', contextWindow: 128000 },
|
{ id: 'gpt-4o-mini', name: 'GPT-4o Mini', contextWindow: 128000 },
|
||||||
{ id: 'gpt-4-turbo', name: 'GPT-4 Turbo', contextWindow: 128000 },
|
{ id: 'gpt-4-turbo', name: 'GPT-4 Turbo', contextWindow: 128000 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue