OpenAI-compatible · Private · Governed

PRIVATE INFERENCE.

Your app connects. We handle routing, keys, RAG, and tools.

terminal
curl https://api.anzoth.com/v1/chat/completions \\
-H "Authorization: Bearer anz-••••••••••••" \
-H "Content-Type: application/json"" \
-d '{
"model": "anzoth-default",
"messages": [
{"role": "user", "content": "Hello"}
]
-d }'

Drop-in compatible

Works with your existing code.

Anzoth's API is OpenAI-compatible. Point your SDK at our endpoint, swap your key, and go.

endpoint change
base_url="https://api.openai.com/v1"
+base_url="https://api.anzoth.com/v1"
PythonJavaScriptcurlLangChainOpenAI SDK

Compatible with any client using the
OpenAI Python SDK, openai-node, or direct HTTP.

Platform

Everything between your app and the model.

Request routing

Every call passes through our gateway. Authentication, rate limiting, model routing, and usage tracking — handled before your model sees a token.

Customer API keys

Issue per-customer keys with scoped permissions, token quotas, and RPM limits. Revoke or rotate at any time.

Governed access

Control which models each customer can call. Enable or restrict RAG, tools, and file access per key.

Knowledge bases

Your data.
In every answer.

Upload documents, connect a knowledge base, and your model answers with your content — not guesses.

  • Hybrid dense + sparse retrieval
  • Per-customer knowledge isolation
  • Ingest status and citation tracking
KB:product-docs-v2
Indexed
📄architecture-overview.pdf2.1 MB
✓ Indexed
📄api-reference-v3.pdf890 KB
✓ Indexed
📄changelog-2025.md44 KB
⟳ Processing

3 documents · 14,802 chunks · Last indexed 2h ago

API Keys

One key. Full control.

Scoped permissions, spending limits, per-key rate controls, and last-used tracking.

API Keys

Production

anz-live-sk · anz-3xK...9mP · Last used 4m ago

Active
Scopes:chat:completionsrag:queryfiles:read

Built for private inference.

Client apps connect to our API gateway. The gateway handles authentication, routing, usage tracking, model access, RAG, and tool orchestration. Your traffic is routed through Anzoth-controlled infrastructure with customer-level access controls, usage tracking, and governed tool access.

Keys hashed, never stored plain

Tenant-isolated usage and RAG

Per-request audit logs

Rate limits enforced at gateway

Ready to build?

Get an API key and make your first call in minutes.