Skip to content

Commit 46dcc02

Browse files
authored
feat(provider/gateway): Add o3-deep-research to gateway model string autocomplete (#10031)
<!-- Welcome to contributing to AI SDK! We're excited to see your changes. We suggest you read the following contributing guide we've created before submitting: https://github.com/vercel/ai/blob/main/CONTRIBUTING.md --> ## Background Adding o3-deep-research to AI Gateway ## Summary Add o3-deep-research to gateway model string autocomplete ## Manual Verification Autocomplete works ## Checklist <!-- Do not edit this list. Leave items unchecked that don't apply. If you need to track subtasks, create a new "## Tasks" section Please check if the PR fulfills the following requirements: --> - [ ] Tests have been added / updated (for bug fixes / features) - [ ] Documentation has been added / updated (for bug fixes / features) - [X] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) - [X] I have reviewed this pull request (self-review)
1 parent 19630cf commit 46dcc02

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/eighty-terms-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ai-sdk/gateway': patch
3+
---
4+
5+
feat(provider/gateway): Add o3-deep-research to gateway model string autocomplete

packages/gateway/src/gateway-language-model-settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export type GatewayModelId =
9090
| 'openai/gpt-oss-safeguard-20b'
9191
| 'openai/o1'
9292
| 'openai/o3'
93+
| 'openai/o3-deep-research'
9394
| 'openai/o3-mini'
9495
| 'openai/o4-mini'
9596
| 'perplexity/sonar'

0 commit comments

Comments
 (0)