Generic Setup
Find the provider configuration
Open your tool’s settings and look for an OpenAI, OpenAI-compatible, or Custom API provider option.
Choose a model
Enter any model ID from the catalog. For example:
gpt-5.4— OpenAI flagshipclaude-sonnet-4.5— Anthropic balancedgemini-2.5-pro— Google generalgrok-code-fast-1— xAI code
Environment Variables
Many CLI tools accept configuration via environment variables. These two cover most cases:- Bash / macOS / Linux
- PowerShell / Windows
Some tools use
OPENAI_API_BASE instead of OPENAI_BASE_URL. Check your tool’s documentation if the above doesn’t work.