OpenRouter API config added. see #401

This commit is contained in:
Mic 2025-06-09 20:32:00 +02:00
parent f4529c0994
commit fc865df48e

View file

@ -53,4 +53,11 @@ export const openAICompConfigs = [
host: 'https://api.perplexity.ai',
use_v1: true,
},
{
id: 'openrouter',
name: 'OpenRouter API',
chat_name: 'OpenRouter',
host: 'https://openrouter.ai/api',
use_v1: true,
},
];