dsh: add direct DeepSeek provider routes to picker (creds now active)

This commit is contained in:
2026-09-15 14:38:36 +10:00
parent 882ffdb631
commit 438445115f

View File

@@ -575,6 +575,8 @@ async def generate_image(prompt: Annotated[str, Form()]) -> dict:
MODEL_CHOICES = ["auto/best-chat",
"deepseek/deepseek-v4-flash",
"deepseek/deepseek-v4-pro",
"auto/best-fast",
"auto/cheap",
"auto/best-reasoning",
@@ -584,6 +586,8 @@ MODEL_CHOICES = ["auto/best-chat",
"openrouter/deepseek/deepseek-v4-pro"]
MODEL_LABELS = {
"auto/best-chat": "Chat · OmniRoute best",
"deepseek/deepseek-v4-flash": "DeepSeek v4 flash (direct provider)",
"deepseek/deepseek-v4-pro": "DeepSeek v4 pro (direct provider)",
"auto/best-fast": "Fast · OmniRoute best-fast",
"auto/cheap": "Budget · OmniRoute cheap",
"auto/best-reasoning": "Reasoning · OmniRoute best",