Baltor Get started

Endpoints

Meganova

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.meganova.ai/v1 models.dev, read
Authentication
Authorization: Bearer, with the key in MEGANOVA_API_KEY models.dev, read
Structured output
Unknown
Tool calling
18 of 19 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 MiniMaxAI/MiniMax-M2.1 with the model you want.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "meganova": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Meganova",
      "options": {
        "baseURL": "https://api.meganova.ai/v1",
        "apiKey": "{env:MEGANOVA_API_KEY}"
      },
      "models": {
        "MiniMaxAI/MiniMax-M2.1": {
          "name": "MiniMaxAI/MiniMax-M2.1"
        }
      }
    }
  }
}
  • 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": {
    "meganova": {
      "baseUrl": "https://api.meganova.ai/v1",
      "api": "openai-completions",
      "apiKey": "$MEGANOVA_API_KEY",
      "models": [
        {
          "id": "MiniMaxAI/MiniMax-M2.1"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Meganova 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 Meganova 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
MiniMax M2.1 MiniMaxAI/MiniMax-M2.10.280 USD1.20 USD196,608 older than 30 days
MiniMax M2.5 MiniMaxAI/MiniMax-M2.50.300 USD1.20 USD204,800 older than 30 days
Qwen2.5 VL 32B Instruct Qwen/Qwen2.5-VL-32B-Instruct0.200 USD0.600 USD16,384 older than 30 days
Qwen3 235B A22B Instruct 2507 Qwen/Qwen3-235B-A22B-Instruct-25070.090 USD0.600 USD262,000 older than 30 days
Qwen3.5 Plus Qwen/Qwen3.5-Plus0.400 USD2.40 USD1,000,000
MiMo V2 Flash XiaomiMiMo/MiMo-V2-Flash0.100 USD0.300 USD262,144 older than 30 days
DeepSeek R1 0528 deepseek-ai/DeepSeek-R1-05280.500 USD2.15 USD163,840 older than 30 days
DeepSeek V3 0324 deepseek-ai/DeepSeek-V3-03240.250 USD0.880 USD163,840 older than 30 days
DeepSeek V3.1 deepseek-ai/DeepSeek-V3.10.270 USD1.00 USD164,000 older than 30 days
DeepSeek V3.2 deepseek-ai/DeepSeek-V3.20.260 USD0.380 USD164,000 older than 30 days
DeepSeek V3.2 Exp deepseek-ai/DeepSeek-V3.2-Exp0.270 USD0.400 USD164,000 older than 30 days
Llama 3.3 70B Instruct meta-llama/Llama-3.3-70B-Instruct0.100 USD0.300 USD131,072 older than 30 days
Mistral Nemo Instruct 2407 mistralai/Mistral-Nemo-Instruct-24070.020 USD0.040 USD131,072 older than 30 days
Mistral Small 3.2 24B Instruct mistralai/Mistral-Small-3.2-24B-Instruct-25060 USD0 USD32,768 older than 30 days
Kimi K2 Thinking moonshotai/Kimi-K2-Thinking0.600 USD2.60 USD262,144 older than 30 days
Kimi K2.5 moonshotai/Kimi-K2.50.450 USD2.80 USD262,144 older than 30 days
GLM-4.6 zai-org/GLM-4.60.450 USD1.90 USD202,752 older than 30 days
GLM-4.7 zai-org/GLM-4.70.200 USD0.800 USD202,752 older than 30 days
GLM-5 zai-org/GLM-50.800 USD2.56 USD202,752 older than 30 days

Sources of this page