Skip to main content

io.net Intelligence Provider Guide

io.net Intelligence is a Tier-2 catalog provider: OpenAI-wire-compatible with no behavioural quirks, so its entire integration is one JSON file (src/lib/providers/catalog/io-intelligence.json) rather than hand-written code. That file is the source of truth for everything on this page.


Key Facts

  • Provider id: io-intelligence (aliases: io-net)
  • Protocol: OpenAI-compatible (/chat/completions)
  • Base URL: https://api.intelligence.io.solutions/api/v1
  • Default model: meta-llama/Llama-3.3-70B-Instruct
  • Models in catalog: 34
  • Streaming: supported
  • Tool calling: supported (native)
  • Structured output: supported
  • Embeddings: not supported
  • Billing: free-tier

Quick Start

1. Get an API key

  1. Visit: https://ai.io.net/
  2. Sign in or create an io.net account
  3. Create an API key for your project in the console
  4. Set IO_INTELLIGENCE_API_KEY in your .env file

2. Configure

export IO_INTELLIGENCE_API_KEY=your-api-key
export IO_INTELLIGENCE_MODEL=meta-llama/Llama-3.3-70B-Instruct # optional — overrides the default model
export IO_INTELLIGENCE_BASE_URL=https://api.intelligence.io.solutions/api/v1 # optional — self-hosted or proxy

3. Use it

import { NeuroLink } from "@juspay/neurolink";

const neurolink = new NeuroLink();

const result = await neurolink.generate({
input: { text: "Explain context windows in one paragraph." },
provider: "io-intelligence",
model: "meta-llama/Llama-3.3-70B-Instruct",
});

console.log(result.content);
# CLI
npx @juspay/neurolink generate "Hello" --provider io-intelligence

Per-request credentials work as they do for every provider:

await neurolink.generate({
input: { text: "Hello" },
provider: "io-intelligence",
credentials: {
ioIntelligence: { apiKey: process.env.IO_INTELLIGENCE_API_KEY },
},
});

Models

ModelContextVision$/M in · outNotes
zai-org/GLM-5.3-Flash256Kyes$0.147997 / $0.49399Z.ai: GLM 5.3 Flash
zai-org/GLM-5.3256Kno$1.39 / $4.4Z.ai: GLM 5.3
Qwen/Qwen3.8-27B64Kyes$0.39 / $2.99Qwen: Qwen3.8 27B
deepseek-ai/DeepSeek-V4-Flash-0731256Kno$0.196 / $0.534DeepSeek: DeepSeek V4 Flash 0731
moonshotai/Kimi-K31Myes$3.18 / $15.9MoonshotAI: Kimi K3
XiaomiMiMo/MiMo-V2.51Mno$0.1934 / $0.6268Xiaomi: MiMo-V2.5
zai-org/GLM-5.2256Kno$1.552 / $4.884Z.ai: GLM 5.2
moonshotai/Kimi-K2.7-Code256Kyes$1.026 / $4.53MoonshotAI: Kimi K2.7 Code
Qwen/Qwen3.6-35B-A3B256Kyes$0.1872 / $1.24675Qwen: Qwen3.6 35B A3B
Qwen/Qwen3.6-27B32Kyes$0.399 / $3.19Qwen: Qwen3.6 27B
MiniMaxAI/MiniMax-M2.7256Kno$0.426 / $1.62MiniMaxAI: MiniMax M2.7
deepseek-ai/DeepSeek-V4-Flash32Kno$0.199 / $0.512DeepSeek: DeepSeek V4 Flash
deepseek-ai/DeepSeek-V4-Pro1Mno$1.618 / $3.288DeepSeek: DeepSeek V4 Pro
moonshotai/Kimi-K2.6256Kyes$0.76744 / $3.43436MoonshotAI: Kimi K2.6
zai-org/GLM-5.1198Kno$1.29 / $4.22Z.ai: GLM 5.1
MiniMaxAI/MiniMax-M2.5192Kno$0.294 / $1.176MiniMaxAI/MiniMax-M2.5
moonshotai/Kimi-K2.5256Kyes$0.5284 / $2.785MoonshotAI: Kimi K2.5
zai-org/GLM-5198Kno$0.85 / $2.774Z.ai: GLM 5
deepseek-ai/DeepSeek-V3.2160Kno$1.4301 / $2.4063DeepSeek: DeepSeek V3.2
moonshotai/Kimi-K2-Thinking256Kno$0.6 / $2.5MoonshotAI: Kimi K2 Thinking
zai-org/GLM-4.5-Air128Kno$0.165 / $0.975Z.ai: GLM-4.5-Air
google/gemma-4-26b-a4b-it256Kno$0.116 / $0.38Google: Gemma 4 26B A4B
zai-org/GLM-4.7-Flash195Kno$0.062625 / $0.4Z.ai: GLM 4.7 Flash
zai-org/GLM-4.7198Kno$0.88 / $2.37Z.ai: GLM 4.7
moonshotai/Kimi-K2-Instruct-0905256Kno$0.57 / $2.3MoonshotAI: Kimi K2 Instruct 0905
openai/gpt-oss-120b128Kno$0.188 / $0.7OpenAI: gpt-oss-120b
deepseek-ai/DeepSeek-R1-0528125Kno$0.56775 / $2.279DeepSeek: R1 0528
zai-org/GLM-4.6128Kno$0.536 / $2.07Z.ai: GLM 4.6
Qwen/Qwen3-Next-80B-A3B-Instruct256Kno$0.1175 / $1.136Qwen: Qwen3 Next 80B A3B Instruct
Intel/Qwen3-Coder-480B-A35B-Instruct-int4-mixed-ar104Kno$0.445 / $2.145Intel: Qwen3 Coder 480B A35B Instruct INT4 Mixed AR
meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8420Kyes$0.274 / $0.8992Meta-Llama: Llama 4 Maverick 17B 128E Instruct FP8
mistralai/Mistral-Nemo-Instruct-2407125Kno$0.0635 / $0.09875Mistral: Mistral Nemo Instruct 2407
openai/gpt-oss-20b63Kno$0.067 / $0.24OpenAI: gpt-oss-20b
meta-llama/Llama-3.3-70B-Instruct125Kno$0.6066 / $1.0386Meta: Llama 3.3 70B Instruct

Fallback order when the default is unavailable: meta-llama/Llama-3.3-70B-Instructopenai/gpt-oss-20bzai-org/GLM-4.5-Air.


Verification status

Tier-2 onboarding requires evidence before a provider is accepted, and pnpm run verify:provider-onboarding gates it in CI. This is what the catalog records for io.net Intelligence:

ProbeResult
Rosterauthenticated GET /v1/models, HTTP 200, 2026-09-03
Auth rejectionHTTP 401, 2026-09-03
Live capability sweep2026-09-03 — SDK end-to-end via dist: generate, stream, tool call (nonce round-trip) and json_schema structured output all pass. Tools + schema: after a tool result the vendor answers finish_reason=tool_calls with no tool_calls and n

Troubleshooting

SymptomCauseFix
Invalid io.net Intelligence API keyIO_INTELLIGENCE_API_KEY unset or wrongCheck the key at https://ai.io.net/
Model not foundThe roster changed since 2026-09-03Pick a current id; catalog providers retire models without notice

See also