Add OpenRouter provider with DeepSeek support - best value for translation (.14/M tokens)

This commit is contained in:
2025-11-30 22:10:34 +01:00
parent b65e683d32
commit 3346817a8a
7 changed files with 601 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ export default function Home() {
const { settings } = useTranslationStore();
const providerNames: Record<string, string> = {
openrouter: "OpenRouter",
google: "Google Translate",
ollama: "Ollama",
deepl: "DeepL",