Claude Anthropic-compatible gateway

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

  1. Install OpenCode if needed
  2. Paste the config below and set your API key
  3. 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-515
claude-haiku-4-5-2025100115
claude-opus-4-61035
claude-opus-4-71035
claude-opus-4-81035
claude-opus-51035
claude-sonnet-4-6315
claude-sonnet-5520

USD / 1M tokens. Same rates power billing and /health.