Docs / Gemini CLI
Gemini CLI
OpenAI-compatible (with /v1)
Connect via OpenAI-compatible mode.
Base URL
https://llmapi.pro/v1API Key
sk-... (create in Console → API Keys)Recommended
claude-opus-4-8 · claude-sonnet-4-6 · claude-haiku-4-5Setup steps
- Set OpenAI-compatible env vars:
export OPENAI_BASE_URL=https://llmapi.pro/v1
export OPENAI_API_KEY=sk-YOUR_KEY- In a build that supports an OpenAI-compatible backend, select that provider and set the model to
claude-opus-4-8.
Notes
- This client uses the OpenAI-compatible protocol. The three settings are always the same: Base URL =
https://llmapi.pro/v1, API Key = yoursk-...key, and type the model name manually (we recommendclaude-opus-4-8). - Some builds lock to the native Gemini protocol — use the OpenAI-compatible entry point.
Client not listed? Any "OpenAI-compatible" app works: Base URL =
https://llmapi.pro/v1, key = your sk-..., type the model name. Or email [email protected].Need help? Email [email protected] · Home