diff --git a/js/api/openai_comp_configs.js b/js/api/openai_comp_configs.js index 6037b6ff..2e743781 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -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, + }, ]; \ No newline at end of file