Developers

Production inference you control.

Same OpenAI SDK. Built-in output vetting, regional policy, and security tiers on every request.

  • Output vetting
  • Regional routing
  • Published pricing

Quick start

Point your client here.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.scalattice.cloud/v1",
    api_key="slt_…",
)

client.chat.completions.create(
    model="qwen-3-8b",
    messages=[{"role": "user", "content": "Ship it."}],
)
Three lines to your first request

Swap base URL and API key, keep your SDK, drop the lab invoice.

Platform

From API key to production.

Docs, dashboards, and predictable pricing so your team ships instead of negotiating contracts.

Developer workspace for Scalattice API setup
Cost

Published rates

Per-token catalog pricing with prepaid credits. Model-specific promos run on Scalattice Cloud.

Quality

Built-in vetting

Run multiple independent checks and compare outputs before anything returns to your app.

Regions

Data control

Limit requests to the geography your compliance team needs.

# .env: point any OpenAI client here
OPENAI_API_KEY=slt_…
OPENAI_BASE_URL=https://api.scalattice.cloud/v1
# Optional: X-Scalattice-Region: eu | us | ap | auto

# Same client, lower invoice
Scalattice Cloud: keys, usage, billing

Integration

Plug and play with OpenAI.

No new library to install. Set your API token and base URL, then use the OpenAI client you already run in production.

Token

API key

Create a Scalattice token in Scalattice Cloud and use it as your OpenAI API key.

Base URL

One endpoint

Point OPENAI_BASE_URL or base_url at https://api.scalattice.cloud/v1.

Client

Keep your stack

Python, Node, curl, or any OpenAI-compatible library works unchanged.

Models

Same calls

chat.completions and models today. Embeddings are not enabled yet.

Works with models you already know Qwen Llama DeepSeek Llama

Routing

Set routing policy per request.

Region, vetting, and security policies travel with each call. Scalattice assigns capacity automatically. Learn about the lattice.

Geo routing

Pin sensitive workloads to EU, US, or APAC pools with a request header.

Vetting

Run multiple checks and compare outputs before returning a result.

Capacity fallback

Scalattice can fill shortfalls when provider GPUs are unavailable.

Distributed infrastructure for per-request routing
Per-request routing policies

Platform

Built for production inference.

Scalattice is a managed inference API. Set model, region, vetting, and security policy on each request. Scalattice routes operator capacity, verifies outputs, and bills per token.

OpenAI SDK drop-in

Swap base URL and API key. Use the client you already run in production.

Output vetting

Run multiple independent checks and compare outputs before anything returns to your app.

Regional policy

Pin workloads to EU, US, or APAC pools with X-Scalattice-Region.

Published per-token pricing

Catalog rates plus prepaid credits. Active promos and model grants on Scalattice Cloud.

Managed routing

Scalattice assigns operator capacity for each request based on your policy.

Security tiers

tier2.5 splits work across operators for stronger security policy.