Skip to content

Commit cdd0bc2

Browse files
authored
feat (provider/gateway): add intellect-3 model id (#10647)
## Background AI Gateway is adding the intellect-3 model to its library. ## Summary Add new model id.
1 parent 0c0107b commit cdd0bc2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/short-colts-run.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 intellect-3 model id

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export type GatewayModelId =
110110
| 'perplexity/sonar-pro'
111111
| 'perplexity/sonar-reasoning'
112112
| 'perplexity/sonar-reasoning-pro'
113+
| 'prime-intellect/intellect-3'
113114
| 'stealth/sonoma-dusk-alpha'
114115
| 'stealth/sonoma-sky-alpha'
115116
| 'vercel/v0-1.0-md'

0 commit comments

Comments
 (0)