Baltor Get started

Endpoints

ClinePass

A hosted service with its own key and prices. This page lists the addresses it answers, the facts its documentation states, and the setup of each harness.

Addresses and facts

  • OpenAI Chat Completions: https://api.cline.bot/api/v1 models.dev, read
Authentication
Authorization: Bearer, with the key in CLINE_API_KEY models.dev, read
Structured output
Unknown
Tool calling
18 of 18 listed models The share of this provider's models that models.dev records with tool calling. models.dev, read
Rate limits
Unknown
Prices
Unknown
Data retention
Unknown
Documentation
Read the page models.dev, read
Output limits Baltor recorded
Unknown

Harness setup

Replace cline-pass/deepseek-v4-flash with the model you want.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "cline-pass": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "ClinePass",
      "options": {
        "baseURL": "https://api.cline.bot/api/v1",
        "apiKey": "{env:CLINE_API_KEY}"
      },
      "models": {
        "cline-pass/deepseek-v4-flash": {
          "name": "cline-pass/deepseek-v4-flash"
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "cline-pass": {
      "baseUrl": "https://api.cline.bot/api/v1",
      "api": "openai-completions",
      "apiKey": "$CLINE_API_KEY",
      "models": [
        {
          "id": "cline-pass/deepseek-v4-flash"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and ClinePass documents no Responses address. A gateway that offers one can sit in between.

  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Claude Code sends Anthropic Messages requests, and ClinePass documents no such address. A gateway that translates to that API can sit in between.

  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Models it lists

Prices in US dollars per million tokens, input and output, as models.dev, read records them.

ModelInputOutputContextAs of
DeepSeek V4 Flash cline-pass/deepseek-v4-flash0.140 USD0.280 USD1,000,000 older than 30 days
DeepSeek V4 Pro cline-pass/deepseek-v4-pro1.74 USD3.48 USD1,000,000 older than 30 days
DeepSeek V4.1 Flash cline-pass/deepseek-v4.1-flash0.150 USD0.600 USD1,000,000
GLM-5.2 cline-pass/glm-5.21.40 USD4.40 USD1,000,000 older than 30 days
GLM-5.3 cline-pass/glm-5.31.40 USD4.40 USD1,000,000 older than 30 days
cline-pass/glm-5.3-flash cline-pass/glm-5.3-flash0.150 USD0.500 USD1,000,000
Kimi K2.6 cline-pass/kimi-k2.60.950 USD4.00 USD262,144 older than 30 days
Kimi K2.7 Code cline-pass/kimi-k2.7-code0.950 USD4.00 USD262,144 older than 30 days
Kimi K3 cline-pass/kimi-k33.00 USD15.00 USD1,048,576 older than 30 days
MiMo-V2.5 cline-pass/mimo-v2.50.140 USD0.280 USD1,048,576 older than 30 days
MiMo-V2.5-Pro cline-pass/mimo-v2.5-pro1.74 USD3.48 USD1,048,576 older than 30 days
MiMo-V2.6-Flash cline-pass/mimo-v2.6-flash0.140 USD0.280 USD1,048,576
MiMo-V2.6-Pro cline-pass/mimo-v2.6-pro0.435 USD0.870 USD1,048,576
MiniMax-M3 cline-pass/minimax-m30.300 USD1.20 USD1,048,576 older than 30 days
Muse Spark 1.3 Contributor cline-pass/muse-spark-1.3-contributorUnknownUnknown1,048,576
Qwen3.7 Max cline-pass/qwen3.7-max2.50 USD7.50 USD1,000,000 older than 30 days
Qwen3.7 Plus cline-pass/qwen3.7-plus0.400 USD1.60 USD1,000,000 older than 30 days
Qwen3.8 Max cline-pass/qwen3.8-max2.00 USD6.00 USD1,000,000 older than 30 days

Sources of this page