Baltor Get started

Endpoints

Crusoe

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.inference.crusoecloud.com/v1 models.dev, read
Authentication
Authorization: Bearer, with the key in CRUSOE_API_KEY models.dev, read
Structured output
Unknown
Tool calling
11 of 11 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 Qwen/Qwen3-235B-A22B-Instruct-2507 with the model you want.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "crusoe": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Crusoe",
      "options": {
        "baseURL": "https://api.inference.crusoecloud.com/v1",
        "apiKey": "{env:CRUSOE_API_KEY}"
      },
      "models": {
        "Qwen/Qwen3-235B-A22B-Instruct-2507": {
          "name": "Qwen/Qwen3-235B-A22B-Instruct-2507"
        }
      }
    }
  }
}
  • 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": {
    "crusoe": {
      "baseUrl": "https://api.inference.crusoecloud.com/v1",
      "api": "openai-completions",
      "apiKey": "$CRUSOE_API_KEY",
      "models": [
        {
          "id": "Qwen/Qwen3-235B-A22B-Instruct-2507"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Crusoe 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 Crusoe 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
Qwen3 235B-A22B Instruct 2507 Qwen/Qwen3-235B-A22B-Instruct-25070.220 USD0.800 USD262,144 older than 30 days
DeepSeek V3 0324 deepseek-ai/DeepSeek-V3-03240.500 USD1.50 USD163,840 older than 30 days
Gemma 4 31B IT google/gemma-4-31b-it0.140 USD0.400 USD262,144 older than 30 days
Llama-3.3-70B-Instruct meta-llama/Llama-3.3-70B-Instruct0.250 USD0.750 USD128,000 older than 30 days
Kimi K2.6 moonshotai/Kimi-K2.60.700 USD3.50 USD262,144 older than 30 days
Nemotron 3 Nano 30B A3B nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B0.050 USD0.200 USD262,144 older than 30 days
Nemotron 3 Super 120B A12B nvidia/NVIDIA-Nemotron-3-Super-120B-A12B0.300 USD2.40 USD262,144 older than 30 days
Nemotron 3 Nano Omni 30B A3B Reasoning nvidia/Nemotron-3-Nano-Omni-Reasoning-30B-A3B0.300 USD1.83 USD256,000 older than 30 days
GPT OSS 120B openai/gpt-oss-120b0.050 USD0.200 USD131,072 older than 30 days
GLM-5.1 zai/GLM-5.11.20 USD4.40 USD200,000 older than 30 days
GLM-5.2 zai/GLM-5.21.40 USD4.40 USD1,000,000 older than 30 days

Sources of this page