models.json file in your project root.
Model configuration
Models are defined inmodels.json with the following structure:
- model-name: The name clients use to request this model (e.g.,
gpt-4o-mini) - provider: The AI provider (
openai,google, oropenrouter) - model: The actual model identifier used by the provider
Models are only available if their corresponding provider API key is configured in your
.env file.Default models
The following models are available by default:OpenAI models
RequiresOPENAI_API_KEY in your environment.
gpt-4o-mini
gpt-4o-mini
Provider: OpenAI
Model ID:
Description: Fast, cost-effective model suitable for most tasks
Model ID:
gpt-4o-miniDescription: Fast, cost-effective model suitable for most tasks
gpt-4.1-mini
gpt-4.1-mini
Provider: OpenAI
Model ID:
Description: Latest GPT-4.1 mini variant
Model ID:
gpt-4.1-miniDescription: Latest GPT-4.1 mini variant
gpt-4.1-nano
gpt-4.1-nano
Provider: OpenAI
Model ID:
Description: Ultra-fast, lightweight model
Model ID:
gpt-4.1-nanoDescription: Ultra-fast, lightweight model
gpt-4o
gpt-4o
Provider: OpenAI
Model ID:
Description: Full GPT-4o model with vision support
Model ID:
gpt-4oDescription: Full GPT-4o model with vision support
gpt-5-nano
gpt-5-nano
Provider: OpenAI
Model ID:
Description: Next-generation lightweight model
Model ID:
gpt-5-nanoDescription: Next-generation lightweight model
Google models
RequiresGEMINI_API_KEY in your environment.
gemini-2.5-flash
gemini-2.5-flash
Provider: Google
Model ID:
Description: Fast Gemini model with multimodal capabilities
Model ID:
gemini-2.5-flashDescription: Fast Gemini model with multimodal capabilities
gemini-2.5-flash-lite
gemini-2.5-flash-lite
Provider: Google
Model ID:
Description: Lightweight version of Gemini Flash
Model ID:
gemini-2.5-flash-liteDescription: Lightweight version of Gemini Flash
OpenRouter models
RequiresOPENROUTER_API_KEY in your environment.
deepseek-r1
deepseek-r1
Provider: OpenRouter
Model ID:
Description: Free DeepSeek reasoning model
Model ID:
deepseek/deepseek-r1-0528:freeDescription: Free DeepSeek reasoning model
kimi-k2
kimi-k2
Provider: OpenRouter
Model ID:
Description: Free Kimi K2 model from Moonshot AI
Model ID:
moonshotai/kimi-k2:freeDescription: Free Kimi K2 model from Moonshot AI
Adding custom models
You can add any model supported by your providers:Provider setup
Each provider requires an API key configured in your.env file:
Checking available models
You can query the proxy to see which models are currently available:Next steps
Vision Support
Learn how to use vision-capable models
JetBrains AI Assistant
Configure JetBrains IDE to use the proxy
