Getting started
Configuration Generator
Choose your tool and models. Aonis generates the configuration for you.
Configuration
Tool
API key
Your API key stays in this browser session and is never stored by Aonis Docs.
Generated configuration
OpenCode / ready to copy
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"aonis": {
"npm": "@ai-sdk/openai-compatible",
"name": "Aonis",
"options": {
"baseURL": "https://api.aonis.space/v1",
"apiKey": "YOUR_AONIS_API_KEY"
},
"models": {
"claude-sonnet-5": {}
}
}
}
}