Skip to content

Commit bacb16c

Browse files
authored
fix: add qwen 3 to model ids
1 parent 69044fd commit bacb16c

File tree

1 file changed

+1
-0
lines changed
  • packages/types/src/providers

1 file changed

+1
-0
lines changed

packages/types/src/providers/groq.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export type GroqModelId =
88
| "meta-llama/llama-4-maverick-17b-128e-instruct"
99
| "mistral-saba-24b"
1010
| "qwen-qwq-32b"
11+
| "qwen/qwen3-32b"
1112
| "deepseek-r1-distill-llama-70b"
1213

1314
export const groqDefaultModelId: GroqModelId = "llama-3.3-70b-versatile" // Defaulting to Llama3 70B Versatile

0 commit comments

Comments
 (0)