MATTERAI / HIGH-PERFORMANCE INFERENCE

SERVE MODELS FAST.
SCALE WORKLOADS.

Ultra-fast inference for open-source and third-party models, global high availability, and an automatic 30% discount on every token. Served live from api.matterai.so/v1/models.

30% DISCOUNT APPLIED ACROSS ALL INFERENCE TOKENS — STRIKETHROUGH SHOWS UPSTREAM LIST
OPENAI-COMPATIBLE BASE URL
https://api2.matterai.so/v1INFERENCE DOCS
ACTIVE INFERENCE LINEUP

Live Model Catalog

LIVE API: https://api.matterai.so/v1/models
30% OFF LISTEvery model discounted 30% below provider list price.
LongCat 2.0 Free: $0 / 1M tokens

Gemma 4

Free Plan

Gemma 4 is Google's lightweight, state-of-the-art open-weights multimodal model designed for advanced reasoning, code generation, and tool use across a 256K context window.

Context
262k
Input / 1M
Free
Output / 1M
Free
gemma-4

LongCat 2.0 Free

Free Plan

1.6 trillion total parameters MoE model built on AI ASIC superpods, with strong performance across coding & agentic tasks.

Context
1M
Input / 1M
Free
Output / 1M
Free
meituan/longcat-2.0:free

Muse Spark 1.3 Contributor

30% OFF

Meta Muse Spark 1.3 Contributor is an open general purpose model for everyday coding tasks.

Context
1M
Input / 1M
$0.10$0.07
Output / 1M
$0.20$0.14
Cache Read / 1M:
$0.002$0.001
meta/muse-spark-1.3-contributor

DeepSeek V4 Flash

30% OFF

DeepSeek V4 Flash is a fast, low cost open model for low-effort day-to-day coding tasks.

Context
1M
Input / 1M
$0.14$0.10
Output / 1M
$0.28$0.20
Cache Read / 1M:
$0.03$0.02
deepseek/deepseek-v4-flash-0731

GLM 5.3 Flash

30% OFF

GLM 5.3 Flash is a fast, low cost open model for everyday coding tasks.

Context
1M
Input / 1M
$0.15$0.10
Output / 1M
$0.50$0.35
Cache Read / 1M:
$0.03$0.02
zai/glm-5.3-flash

GPT-5.6 Luna

30% OFF

GPT-5.6 Luna is a fast, low cost open model for everyday coding tasks.

Context
272k
Input / 1M
$0.20$0.14
Output / 1M
$1.20$0.84
Cache Read / 1M:
$0.02$0.01
gpt-5.6-luna

Gemini 3.8 Flash

30% OFF

Gemini 3.8 Flash is a fast, low cost model by Google for everyday coding tasks.

Context
1M
Input / 1M
$0.75$0.52
Output / 1M
$3.75$2.63
Cache Read / 1M:
$0.07$0.05
gemini-3.8-flash

GLM 5.3

30% OFF

GLM 5.3 is Z.ai's frontier open model for complex coding tasks and long running agents.

Context
1M
Input / 1M
$1.40$0.98
Output / 1M
$4.40$3.08
Cache Read / 1M:
$0.14$0.10
zai/glm-5.3

GPT-5.6 Sol

30% OFF

GPT-5.6 Sol is an open reasoning model for complex coding tasks and long running agents.

Context
272k
Input / 1M
$5.00$3.50
Output / 1M
$30.00$21.00
Cache Read / 1M:
$0.50$0.35
gpt-5.6-sol
AUTO-PROMPT CACHING

CACHE READS
AUTOMATICALLY.

Tokens read from cache receive up to a 90% discount automatically across supported models. In addition, all models feature an automatic 30% discount below upstream list pricing.

Meituan LongCat 2.0 FreeFree on all plans
Z.ai GLM 5.3 (1M Ctx)$0.14/M Cache Read
DeepSeek V4 Flash$0.028/M Cache Read
INTEGRATION

USE WITH
ANY OPENAI SDK.

Fully OpenAI-compatible completions and chat endpoints. Drop into existing LangChain, LlamaIndex, Vercel AI SDK, or raw client code.

PYTHON
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_MATTERAI_KEY",
    base_url="https://api2.matterai.so/v1",
)

response = client.chat.completions.create(
    model="zai/glm-5.3",
    messages=[{"role": "user", "content": "Refactor auth middleware to async/await"}],
)

START BUILDING
WITH MATTERAI.