Baltor Get started

Endpoints

GitHub Copilot

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.githubcopilot.com models.dev, read
Authentication
Authorization: Bearer, with the key in GITHUB_TOKEN models.dev, read
Structured output
Unknown
Tool calling
32 of 32 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 claude-fable-5 with the model you want.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "github-copilot": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "GitHub Copilot",
      "options": {
        "baseURL": "https://api.githubcopilot.com",
        "apiKey": "{env:GITHUB_TOKEN}"
      },
      "models": {
        "claude-fable-5": {
          "name": "claude-fable-5"
        }
      }
    }
  }
}
  • 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": {
    "github-copilot": {
      "baseUrl": "https://api.githubcopilot.com",
      "api": "openai-completions",
      "apiKey": "$GITHUB_TOKEN",
      "models": [
        {
          "id": "claude-fable-5"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and GitHub Copilot 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 GitHub Copilot 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
Claude Fable 5 claude-fable-510.00 USD50.00 USD1,000,000 older than 30 days
Claude Fable 5.1 claude-fable-5.110.00 USD50.00 USD1,000,000
Claude Haiku 4.5 (latest) claude-haiku-4.51.00 USD5.00 USD200,000 older than 30 days
Claude Opus 4.7 claude-opus-4.75.00 USD25.00 USD200,000 older than 30 days
Claude Opus 4.8 claude-opus-4.85.00 USD25.00 USD200,000 older than 30 days
Claude Opus 5 claude-opus-55.00 USD25.00 USD1,000,000 older than 30 days
Claude Opus 5.5 claude-opus-5.54.00 USD20.00 USD1,000,000
Claude Sonnet 4.6 claude-sonnet-4.63.00 USD15.00 USD200,000 older than 30 days
Claude Sonnet 5 claude-sonnet-52.00 USD10.00 USD1,000,000 older than 30 days
Gemini 3.5 Flash gemini-3.5-flash1.50 USD9.00 USD200,000 older than 30 days
Gemini 3.6 Flash gemini-3.6-flash0.750 USD3.75 USD1,000,000 older than 30 days
Gemini 3.7 Flash gemini-3.7-flash0.750 USD3.75 USD1,000,000 older than 30 days
Gemini 3.8 Flash gemini-3.8-flash0.750 USD3.75 USD1,000,000
GPT-5 Mini gpt-5-mini0.250 USD2.00 USD264,000 older than 30 days
GPT-5.3 Codex gpt-5.3-codex1.75 USD14.00 USD400,000 older than 30 days
GPT-5.4 gpt-5.42.50 USD15.00 USD1,050,000 older than 30 days
GPT-5.4 mini gpt-5.4-mini0.750 USD4.50 USD400,000 older than 30 days
GPT-5.4 nano gpt-5.4-nano0.200 USD1.25 USD400,000 older than 30 days
GPT-5.5 gpt-5.55.00 USD30.00 USD1,050,000 older than 30 days
GPT-5.6 Luna gpt-5.6-luna0.200 USD1.20 USD1,050,000 older than 30 days
GPT-5.6 Sol gpt-5.6-sol4.00 USD20.00 USD1,050,000 older than 30 days
GPT-5.6 Terra gpt-5.6-terra2.00 USD12.00 USD1,050,000 older than 30 days
GPT-6 Astra gpt-6-astra10.00 USD50.00 USD1,050,000
GPT-6 Luna gpt-6-luna0.100 USD0.500 USD1,050,000
GPT-6 Sol gpt-6-sol2.00 USD10.00 USD1,050,000
Grok 4.5 grok-4.52.00 USD6.00 USD500,000 older than 30 days
Grok 4.6 grok-4.62.00 USD6.00 USD500,000 older than 30 days
Grok 4.7 grok-4.72.00 USD6.00 USD500,000
Kimi K2.7 Code kimi-k2.7-code0.950 USD4.00 USD256,000 older than 30 days
Kimi K3 kimi-k33.00 USD15.00 USD1,048,576 older than 30 days
MAI-Code-1-Flash mai-code-1-flash-picker0.750 USD4.50 USD256,000 older than 30 days
MAI-Code-1.1-Flash mai-code-1.1-flash0.200 USD1.20 USD256,000 older than 30 days

Sources of this page