Skip to content

Commit 5861891

Browse files
feat(models): add Ring 2.6 1T (free) to recommended models above Step 3.5 Flash (#3142)
1 parent 5359eba commit 5861891

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/lib/ai-gateway/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const PRIMARY_DEFAULT_MODEL = CLAUDE_SONNET_CURRENT_MODEL_ID;
4040
export const autoFreeModels = [
4141
'nvidia/nemotron-3-super-120b-a12b:free',
4242
'poolside/laguna-m.1:free',
43+
'inclusionai/ring-2.6-1t:free',
4344
stepfun_35_flash_free_model.status === 'public' ? stepfun_35_flash_free_model.public_id : null,
4445
].filter(m => m !== null);
4546

0 commit comments

Comments
 (0)