Baltor Get started

Endpoints

Neuralwatt

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.neuralwatt.com/v1 models.dev, read
Authentication
Authorization: Bearer, with the key in NEURALWATT_API_KEY models.dev, read
Structured output
Unknown
Tool calling
29 of 29 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 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": {
    "neuralwatt": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Neuralwatt",
      "options": {
        "baseURL": "https://api.neuralwatt.com/v1",
        "apiKey": "{env:NEURALWATT_API_KEY}"
      },
      "models": {
        "deepseek-v4-flash": {
          "name": "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": {
    "neuralwatt": {
      "baseUrl": "https://api.neuralwatt.com/v1",
      "api": "openai-completions",
      "apiKey": "$NEURALWATT_API_KEY",
      "models": [
        {
          "id": "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 Neuralwatt 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 Neuralwatt 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 deepseek-v4-flash0.140 USD0.280 USD1,048,560 older than 30 days
DeepSeek V4 Flash Flex deepseek-v4-flash-flex0.091 USD0.182 USD1,048,560 older than 30 days
DeepSeek V4 Flash (Speed) deepseek-v4-flash-speed0.140 USD0.280 USD1,048,560 older than 30 days
DeepSeek V4 Pro deepseek-v4-pro1.00 USD3.00 USD1,048,560 older than 30 days
DeepSeek V4.1 Flash deepseek-v4.1-flash0.150 USD0.600 USD1,048,560
DeepSeek V4.1 Flash Flex deepseek-v4.1-flash-flex0.098 USD0.390 USD1,048,560
Gemma 4 31B gemma-4-31b0.144 USD0.420 USD262,128 older than 30 days
GLM 5.2 glm-5.21.45 USD4.50 USD1,048,560 older than 30 days
GLM 5.2 Fast glm-5.2-fast1.45 USD4.50 USD1,048,560 older than 30 days
GLM 5.2 Flex glm-5.2-flex0.943 USD2.92 USD1,048,560 older than 30 days
GLM 5.2 Short glm-5.2-short1.45 USD4.50 USD199,984 older than 30 days
GLM 5.2 Short Fast glm-5.2-short-fast1.45 USD4.50 USD199,984 older than 30 days
GLM 5.2 Short Fast Flex glm-5.2-short-fast-flex0.943 USD2.92 USD199,984 older than 30 days
GLM 5.2 Short Flex glm-5.2-short-flex0.943 USD2.92 USD199,984 older than 30 days
GLM 5.3 glm-5.31.45 USD4.50 USD1,048,560 older than 30 days
GLM-5.3 Flash glm-5.3-flash0.150 USD0.500 USD1,048,560
GLM-5.3 Flash Flex glm-5.3-flash-flex0.098 USD0.325 USD1,048,560
GLM 5.3 Flex glm-5.3-flex0.943 USD2.92 USD1,048,560 older than 30 days
Kimi K2.7 Code kimi-k2.7-code0.950 USD4.00 USD262,128 older than 30 days
Kimi K2.7 Code Fast kimi-k2.7-code-fast0.950 USD4.00 USD262,128 older than 30 days
Kimi K2.7 Code Flex kimi-k2.7-code-flex0.618 USD2.60 USD262,128 older than 30 days
Kimi K3 kimi-k33.00 USD15.00 USD1,048,560 older than 30 days
Kimi K3 Fast kimi-k3-fast3.00 USD15.00 USD1,048,560 older than 30 days
Kimi K3 Flex kimi-k3-flex1.95 USD9.75 USD1,048,560 older than 30 days
Qwen3.8 27B qwen-3.8-27b0.450 USD3.20 USD262,128 older than 30 days
Qwen3.8 27B Flex qwen-3.8-27b-flex0.292 USD2.08 USD262,128 older than 30 days
Qwen3.6 35B qwen3.6-35b0.290 USD1.15 USD131,056 older than 30 days
Qwen3.6 35B Fast qwen3.6-35b-fast0.290 USD1.15 USD131,056 older than 30 days
Qwen3.6 35B Flex qwen3.6-35b-flex0.189 USD0.748 USD131,056 older than 30 days

Sources of this page