Skip to content

Commit c3e1f2b

Browse files
committed
chore(deploy): add Grok models to openrouter example SQL file
- Added new Grok models: Grok 3 Beta and Grok 3 Mini Beta to the SQL data for model providers. - Ensured proper formatting and consistency in the SQL file.
1 parent 327b914 commit c3e1f2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deploy/model-providers/openrouter.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ VALUES
3131
('openai/gpt-4o-mini', 'GPT-4o Mini', 'openai', 't2', 't', 't', 128000, 16384, '{"vision":true}'),
3232

3333
-- Qwen models
34-
('qwen/qwen-2.5-72b-instruct', 'Qwen 2.5 72B', 'qwen', 't2', 't', 'f', 32000, 4096, '{}');
34+
('qwen/qwen-2.5-72b-instruct', 'Qwen 2.5 72B', 'qwen', 't2', 't', 'f', 32000, 4096, '{}'),
35+
36+
-- Grok models
37+
('x-ai/grok-3-beta', 'Grok 3 Beta', 'xai', 't2', 't', 'f', 131072, 131072, '{}'),
38+
('x-ai/grok-3-mini-beta', 'Grok 3 Mini Beta', 'xai', 't2', 't', 'f', 131072, 131072, '{}');

0 commit comments

Comments
 (0)