Baltor Get started

Endpoints

FrogBot

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://app.frogbot.ai/api/v1 models.dev, read
Authentication
Authorization: Bearer, with the key in FROGBOT_API_KEY models.dev, read
Structured output
Unknown
Tool calling
26 of 26 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-haiku-4-5 with the model you want.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "frogbot": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "FrogBot",
      "options": {
        "baseURL": "https://app.frogbot.ai/api/v1",
        "apiKey": "{env:FROGBOT_API_KEY}"
      },
      "models": {
        "claude-haiku-4-5": {
          "name": "claude-haiku-4-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": {
    "frogbot": {
      "baseUrl": "https://app.frogbot.ai/api/v1",
      "api": "openai-completions",
      "apiKey": "$FROGBOT_API_KEY",
      "models": [
        {
          "id": "claude-haiku-4-5"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and FrogBot 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 FrogBot 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 Haiku 4.5 claude-haiku-4-51.00 USD5.00 USD200,000 older than 30 days
Claude Opus 4.6 claude-opus-4-65.00 USD25.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 Sonnet 4.6 claude-sonnet-4-63.00 USD15.00 USD200,000 older than 30 days
DeepSeek v4 Pro deepseek-v4-pro1.74 USD3.48 USD128,000 older than 30 days
Gemini 2.5 Flash gemini-2.5-flash0.300 USD2.50 USD1,048,576 older than 30 days
Gemini 2.5 Pro gemini-2.5-pro1.25 USD10.00 USD1,048,576 older than 30 days
Gemini 3.1 Pro Preview gemini-3-1-pro-preview2.00 USD12.00 USD1,000,000 older than 30 days
Gemini 3 Flash Preview gemini-3-flash-preview0.500 USD3.00 USD1,048,576 older than 30 days
GPT-4o gpt-4o2.50 USD10.00 USD128,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 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-52.50 USD15.00 USD272,000 older than 30 days
GPT OSS 120B gpt-oss-120b0.150 USD0.600 USD131,072
GPT OSS 20B gpt-oss-20b0.070 USD0.200 USD131,072
Grok 4.1 Fast (Non-Reasoning) grok-4-1-fast-non-reasoning0.200 USD0.500 USD2,000,000 older than 30 days
Grok 4.1 Fast (Reasoning) grok-4-1-fast-reasoning0.200 USD0.500 USD2,000,000 older than 30 days
Grok 4.3 grok-4-31.25 USD2.50 USD1,000,000 older than 30 days
Grok 4.1 Fast (Reasoning) grok-code-fast-10.200 USD1.50 USD256,000 older than 30 days
Kimi-K2.6 kimi-k2-60.950 USD4.00 USD256,000
Kimi-K2.5 kimi-k2.50.600 USD3.00 USD256,000
MiniMax-M2.5 minimax-m2-50.300 USD1.20 USD192,000 older than 30 days
MiniMax-M2.7 minimax-m2-70.300 USD1.20 USD192,000 older than 30 days
Qwen 3.6 Plus qwen-3-6-plus0.500 USD3.00 USD1,000,000 older than 30 days
Z.AI GLM-5.1 zai-glm-5-11.40 USD4.40 USD198,000 older than 30 days

Sources of this page