IO Intelligence (io.net)
first_party
Getting credentials
api-key
api_key via header (header Authorization: Bearer)
Environment: IOINTELLIGENCE_API_KEY
Create keys at ai.io.net/ai/api-keys with expiry and permission scoping.
Endpoints
| ID | URL | Protocol | Auth |
|---|---|---|---|
| chat | https://api.intelligence.io.solutions/api/v1/chat/completions | openai-chat | any |
API surfaces
textstreaming
Quirks
- Base path is /api/v1 (not /v1) on the io.solutions domain; api.intelligence.io.net does not resolve. (docs)
- Per-token prices (USD, scientific notation) come from GET /api/v1/models; model access gated by min_access_tier 1-3 by plan (Standard free-light/Professional $15/Developer $150 daily credits). (docs)
- reasoning.effort none/low/medium/high is primary; legacy top-level reasoning_effort still accepted; MiniMax-M2.7 is always-on (none is a no-op; some models 400 on none). (docs)
Models offered
| Model | Wire ID | Endpoint | Status | Reasoning |
|---|---|---|---|---|
| alibaba/qwen3-8-27b | Qwen/Qwen3.8-27B | chat | ga | effort · default on · returns reasoning_content |
| deepseek/deepseek-v4-flash | deepseek-ai/DeepSeek-V4-Flash | chat | ga | effort · default on · returns reasoning_content |
| deepseek/deepseek-v4-pro | deepseek-ai/DeepSeek-V4-Pro | chat | ga | effort · default on · returns reasoning_content · round-trips reasoning_content |
| google/gemma-4 | google/gemma-4-26b-a4b-it | chat | ga | effort · default on · returns reasoning_content |
| meta/llama-3-3-70b | meta-llama/Llama-3.3-70B-Instruct | chat | ga | none · default off · returns hidden |
| meta/llama-4-maverick | meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 | chat | ga | none · default off · returns hidden |
| minimax/minimax-m2-5 | MiniMaxAI/MiniMax-M2.5 | chat | ga | effort · default on · mandatory · returns reasoning_content |
| minimax/minimax-m2-7 | MiniMaxAI/MiniMax-M2.7 | chat | ga | effort · default on · mandatory · returns reasoning_content |
| moonshot/kimi-k2-5 | moonshotai/Kimi-K2.5 | chat | ga | effort · default on · returns reasoning_content |
| moonshot/kimi-k2-6 | moonshotai/Kimi-K2.6 | chat | ga | effort · default on · returns reasoning_content |
| moonshot/kimi-k2-7-code | moonshotai/Kimi-K2.7-Code | chat | ga | effort · default on · mandatory · returns reasoning_content |
| moonshot/kimi-k3 | moonshotai/Kimi-K3 | chat | ga | effort · default on · returns reasoning_content |
| openai/gpt-oss-120b | openai/gpt-oss-120b | chat | ga | effort · default on · returns reasoning_content |
| openai/gpt-oss-20b | openai/gpt-oss-20b | chat | ga | effort · default on · mandatory · returns reasoning_content |
| xiaomi/mimo-v2-5 | XiaomiMiMo/MiMo-V2.5 | chat | ga | effort · default on · returns reasoning_content |
| zai/glm-4-6 | zai-org/GLM-4.6 | chat | ga | effort · default on · returns reasoning_content |
| zai/glm-4-7 | zai-org/GLM-4.7 | chat | ga | effort · default on · returns reasoning_content |
| zai/glm-4-7-flash | zai-org/GLM-4.7-Flash | chat | ga | effort · default on · returns reasoning_content |
| zai/glm-5-1 | zai-org/GLM-5.1 | chat | ga | effort · default on · returns reasoning_content |
| zai/glm-5-2 | zai-org/GLM-5.2 | chat | ga | effort · default on · returns reasoning_content |
| zai/glm-5-3 | zai-org/GLM-5.3 | chat | ga | always_on · default on · mandatory · returns reasoning_content |
| zai/glm-5-3-flash | zai-org/GLM-5.3-Flash | chat | ga | always_on · default on · mandatory · returns reasoning_content |