Documentation
Gemini CLI in the NexoRouter documentation.
Gemini CLI
Status: Not supported by the current public NexoRouter API.
Gemini CLI setups generally expect Gemini-native authentication and Gemini-native API behavior. NexoRouter's documented public API is OpenAI-compatible Chat Completions and Models.
Current public NexoRouter API
GET /v1/models
POST /v1/chat/completions
Why it is not supported
Gemini-native clients do not use the OpenAI Chat Completions request and response format. The NexoRouter base URL is for OpenAI-compatible clients, so adding it to a Gemini-native configuration will not create a supported integration.
What to use instead
Use tools that accept OpenAI-compatible providers, such as OpenCode, Cline, Roo Code, Aider, Continue, or Open WebUI.
Do not put https://api.nexorouter.com/v1 into a Gemini-native client.