Baltor Get started

Endpoints

IO.NET

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.intelligence.io.solutions/api/v1 models.dev, read
Authentication
Authorization: Bearer, with the key in IOINTELLIGENCE_API_KEY models.dev, read
Structured output
Unknown
Tool calling
17 of 17 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 Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar with the model you want.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "io-net": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "IO.NET",
      "options": {
        "baseURL": "https://api.intelligence.io.solutions/api/v1",
        "apiKey": "{env:IOINTELLIGENCE_API_KEY}"
      },
      "models": {
        "Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar": {
          "name": "Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar"
        }
      }
    }
  }
}
  • 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": {
    "io-net": {
      "baseUrl": "https://api.intelligence.io.solutions/api/v1",
      "api": "openai-completions",
      "apiKey": "$IOINTELLIGENCE_API_KEY",
      "models": [
        {
          "id": "Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and IO.NET 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 IO.NET 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
Qwen 3 Coder 480B Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar0.220 USD0.950 USD106,000 older than 30 days
Qwen 2.5 VL 32B Instruct Qwen/Qwen2.5-VL-32B-Instruct0.050 USD0.220 USD32,000 older than 30 days
Qwen 3 235B Thinking Qwen/Qwen3-235B-A22B-Thinking-25070.110 USD0.600 USD262,144 older than 30 days
Qwen 3 Next 80B Instruct Qwen/Qwen3-Next-80B-A3B-Instruct0.100 USD0.800 USD262,144 older than 30 days
DeepSeek R1 deepseek-ai/DeepSeek-R1-05282.00 USD8.75 USD128,000 older than 30 days
Llama 3.2 90B Vision Instruct meta-llama/Llama-3.2-90B-Vision-Instruct0.350 USD0.400 USD16,000 older than 30 days
Llama 3.3 70B Instruct meta-llama/Llama-3.3-70B-Instruct0.130 USD0.380 USD128,000 older than 30 days
Llama 4 Maverick 17B 128E Instruct meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP80.150 USD0.600 USD430,000 older than 30 days
Devstral Small 2505 mistralai/Devstral-Small-25050.050 USD0.220 USD128,000 older than 30 days
Magistral Small 2506 mistralai/Magistral-Small-25060.500 USD1.50 USD128,000 older than 30 days
Mistral Large Instruct 2411 mistralai/Mistral-Large-Instruct-24112.00 USD6.00 USD128,000 older than 30 days
Mistral Nemo Instruct 2407 mistralai/Mistral-Nemo-Instruct-24070.020 USD0.040 USD128,000 older than 30 days
Kimi K2 Instruct moonshotai/Kimi-K2-Instruct-09050.390 USD1.90 USD32,768 older than 30 days
Kimi K2 Thinking moonshotai/Kimi-K2-Thinking0.550 USD2.25 USD32,768 older than 30 days
GPT-OSS 120B openai/gpt-oss-120b0.040 USD0.400 USD131,072 older than 30 days
GPT-OSS 20B openai/gpt-oss-20b0.030 USD0.140 USD64,000 older than 30 days
GLM 4.6 zai-org/GLM-4.60.400 USD1.75 USD200,000 older than 30 days

Sources of this page