Added OpenRouter to provider list

This commit is contained in:
Natsume Ryuhane 2025-09-16 18:16:33 -07:00
parent b50001b640
commit 5c3ea68d8f
No known key found for this signature in database
5 changed files with 56 additions and 0 deletions

View file

@ -112,6 +112,12 @@ const LLM_PROVIDERS = [
example: "meta/llama-2-70b-chat",
description: "Run models via API",
},
{
value: "OPENROUTER",
label: "OpenRouter",
example: "anthropic/claude-opus-4.1, openai/gpt-5",
description: "API gateway and LLM marketplace that provides unified access ",
},
{
value: "CUSTOM",
label: "Custom Provider",