I noticed that in my current setup, only the DeepSeek model is listed under the OpenRouter configuration:
js
Copy
Edit
openrouter: [
{
name: "deepseek/deepseek-chat-v3-0324:free",
displayName: "DeepSeek v3 (free)",
description: "Use for free (data may be used for training)",
},
]
I wanted to ask:
Is there a reason why only DeepSeek is available through OpenRouter in this context?
Can I modify the config to use other models (e.g., Mistral, GPT-3.5)?
Is there an API endpoint or method to dynamically fetch all supported models for my API key?
Appreciate any guidance—just trying to understand if it's a restriction due to API access, pricing tier, or a frontend limitation.
I noticed that in my current setup, only the DeepSeek model is listed under the OpenRouter configuration:
js
Copy
Edit
openrouter: [
{
name: "deepseek/deepseek-chat-v3-0324:free",
displayName: "DeepSeek v3 (free)",
description: "Use for free (data may be used for training)",
},
]
I wanted to ask:
Is there a reason why only DeepSeek is available through OpenRouter in this context?
Can I modify the config to use other models (e.g., Mistral, GPT-3.5)?
Is there an API endpoint or method to dynamically fetch all supported models for my API key?
Appreciate any guidance—just trying to understand if it's a restriction due to API access, pricing tier, or a frontend limitation.