Skip to content

Commit e304478

Browse files
Backport: Add LongCat Thinking model to Gateway autocomplete (#8828)
This is an automated backport of #8822 to the v5.0 branch. Co-authored-by: Rohan Taneja <[email protected]>
1 parent d696a24 commit e304478

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/itchy-monkeys-nail.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 LongCat Thinking model to Gateway autocomplete

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export type GatewayModelId =
3636
| 'google/gemma-2-9b'
3737
| 'inception/mercury-coder-small'
3838
| 'meituan/longcat-flash-chat'
39+
| 'meituan/longcat-flash-thinking'
3940
| 'meta/llama-3-70b'
4041
| 'meta/llama-3-8b'
4142
| 'meta/llama-3.1-70b'

0 commit comments

Comments
 (0)