feat: update to June 2026 models (Claude Sonnet 4.6, Gemini 3.5 Flash), add glossary button, and implement cost factor quota & vision fallback
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m4s

This commit is contained in:
2026-06-14 11:05:53 +02:00
parent 5fd087979b
commit 136d40c7d8
10 changed files with 145 additions and 74 deletions

View File

@@ -8,9 +8,9 @@ export const openaiModels = [
];
export const openrouterModels = [
{ id: "deepseek/deepseek-chat-v3-0324", name: "DeepSeek V3" },
{ id: "anthropic/claude-3.5-haiku", name: "Claude 3.5 Haiku" },
{ id: "google/gemini-2.0-flash-001", name: "Gemini 2.0 Flash" },
{ id: "google/gemini-3.5-flash", name: "Gemini 3.5 Flash" },
{ id: "deepseek/deepseek-chat", name: "DeepSeek Chat" },
{ id: "anthropic/claude-sonnet-4.6", name: "Claude Sonnet 4.6" },
];
interface TranslationSettings {