Auriko connects to OpenCode as a custom provider, giving you access to models from Anthropic, OpenAI, DeepSeek, Google, and more.Documentation Index
Fetch the complete documentation index at: https://docs.auriko.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- OpenCode 1.4.10+
- An Auriko API key
Set your API key
~/.zshrc or ~/.bashrc to persist it.
Configure OpenCode
Add Auriko as a provider in youropencode.json (at ~/.config/opencode/opencode.json or in your project root):
models object. Model IDs must match what Auriko’s /v1/models returns.
Verify
Use different models
Switch models with the/models command. Notable models available through Auriko:
| Model | Author | Context |
|---|---|---|
claude-sonnet-4-6 | Anthropic | 1M |
claude-opus-4-7 | Anthropic | 1M |
gpt-5.4-2026-03-05 | OpenAI | 1.05M |
deepseek-v3.2 | DeepSeek | 164K |
gemini-2.5-flash | 1M | |
grok-4.3 | xAI | 1M |
kimi-k2.6 | Moonshot | 262K |
qwen-3.6-plus | Alibaba | 1M |
models object of your opencode.json. You can find model capabilities and limits via the directory API.
Uninstall
Remove the"auriko" key from your opencode.json.
Troubleshooting
| Symptom | Cause | Fix |
|---|---|---|
AURIKO_API_KEY is not set | Env var not exported | Add export AURIKO_API_KEY="ak_live_..." to your shell profile, then source ~/.zshrc |
| Connection error | baseURL wrong or has trailing slash | Use exactly https://api.auriko.ai/v1 |
| Config not taking effect | Local config overriding global | Check both ~/.config/opencode/opencode.json (global) and ./opencode.json (project root) |