Skip to content

Commit 791c8d7

Browse files
committed
Switch to DeepSeek/Qwen free models — Llama/Gemma tiers saturated
1 parent ce81c30 commit 791c8d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/server/ai/models.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export const OPENAI_DEFAULT_MODEL = 'gpt-5-mini';
1919
// Update this list (one place) when models are deprecated or better free options emerge.
2020
// Max 3 items — OpenRouter's models fallback array limit.
2121
export const OPENROUTER_FREE_MODELS: readonly string[] = [
22-
'meta-llama/llama-3.3-70b-instruct:free',
23-
'meta-llama/llama-3.1-8b-instruct:free',
24-
'google/gemma-3-27b-it:free'
22+
'deepseek/deepseek-r1:free',
23+
'deepseek/deepseek-chat:free',
24+
'qwen/qwen3-8b:free'
2525
] as const;
2626

2727
// Sentinel used by the UI provider/model selector — the actual model is chosen at runtime.

0 commit comments

Comments
 (0)