A simple web-based tool to generate configuration files for OpenCode with Pollinations.ai provider support.
- Model Selection: Choose from 36+ available models on Pollinations.ai
- Custom Models: Add your own custom models with custom IDs and names
- Config Generation: Generate
opencode.jsoncwith selected models - Auth Generation: Generate
auth.jsonwith your API key - Download Support: Download both config files directly from the browser
- Bilingual UI: Switch between English and Russian languages
- Select/Deselect All: Quickly select or deselect all models
- Open
index.htmlin your browser - Enter your API key (for auth.json generation)
- Select the models you want to use from the list
- Click "Generate opencode.jsonc" to create the config file
- Click "Generate auth.json" to create the authentication file
- Download the generated files using the "Download" buttons
Contains the provider configuration with selected models:
{
"$schema": "https://opencode.ai/config.json",
"disabled_providers": [],
"provider": {
"pollinations": {
"name": "Pollinations",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://gen.pollinations.ai/v1"
},
"models": { ... }
}
}
}Contains your API key for authentication:
{
"pollinations": {
"type": "api",
"key": "your-api-key-here"
}
}The tool includes 36 pre-configured models:
- Kimi K2.5 / K2.6
- MiniMax M2.7
- Qwen3 series (Coder, Guard, VL, Plus)
- GPT-5 series (Nano, 5.4, Audio)
- Gemini 2.5/3.0 series
- Claude 4.5/4.6/4.7 series
- Mistral Small/Large 3
- Grok 4.20 (Reasoning/Non-Reasoning)
- And many more...