Claude models for OpenCode
Drop-in Anthropic-compatible proxy for Claude via Kiro. Use with OpenCode or Claude Code. Credit-based billing from configured pricing.
Notice:
This endpoint is only available for OpenCode and Claude Code. Other clients are not supported.
Anthropic-compatible
API
OpenCode + Claude Code
Clients
Install in OpenCode
Base URL
https://vip1.claudible.io/v1
Copy this into ~/.config/opencode/opencode.json (or project opencode.json). Replace your_api_key with your Claudible key.
Steps
- Install OpenCode if needed
- Paste the config below and set your API key
- Run opencode and pick a claudible/* model
{
"$schema": "https://opencode.ai/config.json",
"lsp": true,
"provider": {
"claudible": {
"npm": "@ai-sdk/anthropic",
"options": {
"apiKey": "your_api_key",
"baseURL": "https://vip1.claudible.io/v1"
},
"models": {
"claude-haiku-4-5": {
"id": "claude-haiku-4-5",
"provider": {
"npm": "@ai-sdk/anthropic",
"api": "https://vip1.claudible.io/v1"
}
},
"claude-sonnet-5": {
"id": "claude-sonnet-5",
"provider": {
"npm": "@ai-sdk/anthropic",
"api": "https://vip1.claudible.io/v1"
}
},
"claude-opus-4-6": {
"id": "claude-opus-4-6",
"provider": {
"npm": "@ai-sdk/anthropic",
"api": "https://vip1.claudible.io/v1"
}
},
"claude-opus-4-7": {
"id": "claude-opus-4-7",
"provider": {
"npm": "@ai-sdk/anthropic",
"api": "https://vip1.claudible.io/v1"
}
},
"claude-opus-4-8": {
"id": "claude-opus-4-8",
"provider": {
"npm": "@ai-sdk/anthropic",
"api": "https://vip1.claudible.io/v1"
}
}
}
}
},
"model": "claudible/claude-opus-4-6",
"small_model": "claudible/claude-haiku-4-5"
}
baseURL must end with /v1. Auth: x-api-key or Authorization Bearer.
Models & pricing
| Model | Input | Output |
|---|---|---|
claude-haiku-4-5 | 1 | 5 |
claude-haiku-4-5-20251001 | 1 | 5 |
claude-opus-4-6 | 10 | 35 |
claude-opus-4-7 | 10 | 35 |
claude-opus-4-8 | 10 | 35 |
claude-opus-5 | 10 | 35 |
claude-sonnet-4-6 | 3 | 15 |
claude-sonnet-5 | 5 | 20 |
USD / 1M tokens. Same rates power billing and /health.