We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0885e23 commit 01e822aCopy full SHA for 01e822a
1 file changed
apps/web/src/lib/ai-gateway/models.ts
@@ -37,6 +37,7 @@ export const PRIMARY_DEFAULT_MODEL = CLAUDE_SONNET_CURRENT_MODEL_ID;
37
export const autoFreeModels = [
38
'inclusionai/ling-2.6-1t:free',
39
'nvidia/nemotron-3-super-120b-a12b:free',
40
+ 'poolside/laguna-m.1:free',
41
grok_code_fast_1_optimized_free_model.status === 'public'
42
? grok_code_fast_1_optimized_free_model.public_id
43
: null,
0 commit comments