Serving production traffic

Open-weight models.
Production-grade inference.

SonarCompute is an independent inference provider. We serve open-weight language models through an OpenAI-compatible API, with transparent pricing, predictable latency and zero prompt retention.

99.9%
Uptime target
<350ms
Time to first token
85tok/s
Median throughput
240K
Max context
Models

Served today

The models we run in production. The list grows as new capacity comes online.

Kimi K2.6

by Moonshot AI
240K context

Open-weight MoE model with 1T total parameters and 32B activated. Built for long-horizon agentic tasks: multi-step coding, tool use and autonomous workflows.

MoE · 1T / 32B active FP8 Agentic coding
$0.55 / 1M
Input tokens
$2.20 / 1M
Output tokens
92 tok/s
Throughput

MiniMax M2.7

by MiniMax
180K context

Open-weight model tuned for software-engineering work: agentic coding, log analysis, troubleshooting and refactoring.

Open weight FP8 SWE workflows
$0.30 / 1M
Input tokens
$1.20 / 1M
Output tokens
78 tok/s
Throughput
Infrastructure

Built for routers & platforms

Made to plug into LLM aggregators and high-volume production apps.

Distributed GPU fleet

Multi-region serving with automatic failover. Capacity follows demand; hot models stay warm.

Transparent metering

Exact token counts returned on every response, streaming included. What you see is what gets billed.

Privacy by default

No prompt logging, no training on customer data, zero retention of completions. Read the policy →

API

Drop-in OpenAI-compatible

  • /chat/completions with full streaming support (SSE)
  • /models endpoint with live pricing & context metadata
  • Usage accounting in every response, stream and non-stream
  • Graceful backpressure — early 429s under load, never silent queues
# One-line switch from OpenAI
from openai import OpenAI

client = OpenAI(
    base_url="https://api.sonarcompute.com/v1",
    api_key=os.environ["SONARCOMPUTE_KEY"])

client.chat.completions.create(
    model="moonshotai/kimi-k2.6",
    stream=True,
    messages=[{"role": "user",
               "content": "Refactor this service…"}])

Route traffic to SonarCompute

Aggregators, platforms and high-volume teams: we onboard new integrations within days. Monthly invoicing in USD, custom SLAs on request.

hello@sonarcompute.com