AONISDocs

Getting started

Configuration Generator

Choose your tool and models. Aonis generates the configuration for you.

Configuration

Tool

Models

Select one or more public models.

Anthropic

OpenAI

Google

DeepSeek

Qwen

Moonshot AI

xAI

Z.AI

API key

Your API key stays in this browser session and is never stored by Aonis Docs.

Generated configuration

OpenCode / ready to copy

json / opencode.json · Configuration
{
  "$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": {}
      }
    }
  }
}

View full OpenCode guide