Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit ec7f1ff

Browse files
committed
Add Qwen 3 32B model under Groq provider
- Add qwen-3-32b model entry using qwen/qwen3-32b model ID - Uses same Groq provider as Llama 3.3, sharing API token - Model appears in selection modal between Llama and Claude - Clean name 'Qwen 3 32B' for user interface
1 parent 089c1c9 commit ec7f1ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/chat-ui/src/types/models.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ export const availableModels: Model[] = [
4040
provider: providers.groq,
4141
modelId: 'llama-3.3-70b-versatile'
4242
},
43+
{
44+
id: 'qwen-3-32b',
45+
name: 'Qwen 3 32B',
46+
provider: providers.groq,
47+
modelId: 'qwen/qwen3-32b'
48+
},
4349
{
4450
id: 'claude-3-5-sonnet-20241022',
4551
name: 'Claude 4 Sonnet',

0 commit comments

Comments
 (0)