[ { "key": "chat-completions-endpoint", "title": "Chat Completions Endpoint", "description": "The endpoint to use for chat completions. See the [OpenRouter API documentation](https://openrouter.ai/docs) for more information.", "controllerType": "input", "controllerProps": { "placeholder": "https://openrouter.ai/api/v1/chat/completions", "value": "https://openrouter.ai/api/v1/chat/completions" } }, { "key": "openrouter-api-key", "title": "API Key", "description": "The OpenRouter API uses API keys for authentication. Visit your [API Keys](https://openrouter.ai/keys) page to retrieve the API key you'll use in your requests.", "controllerType": "input", "controllerProps": { "placeholder": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "value": "", "type": "password" } } ]