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.

$5 in free credits on signup · no card required

99.9%
Uptime target
<350ms
TTFT target
85tok/s
Throughput target
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
Kimi K2.6 pricing & docs →

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
MiniMax M2.7 pricing & docs →
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…"}])

Run your workloads on SonarCompute

Create an account, grab an API key and test both models on $5 of free credits. Aggregators, platforms and high-volume teams: we onboard new integrations within days. Monthly invoicing in USD, custom SLAs on request.