Sovereign inference.
Built for privacy.
Open-model APIs for text generation and document OCR. Keep customer data private, control where inference runs, and retain the freedom to switch.
Private beta Built in Europe
Input
Choose the next step for a support agent. Two settled €1,000 payments reference invoice 0417. Only one payment is due. Refunds need human approval.
Output
Next action: Request refund approval. Reason: Duplicate €1,000 payment. After approval: Refund and notify the customer.
Zero data retention by default
- OpenAI API format
- Anthropic API format
From prompts to documents.
Use open models for text and document workloads through one platform.
Inference
Generate text, summarize content, and extract information from text.
Qwen3.8
OpenAI and Anthropic API formats · Billed by the token
Language models and pricesDocument AI
Turn PDFs, scans, and forms into text and Markdown for your application.
LightOnOcr-2
Document OCR API · Billed by the page
Document AI models and pricesBuilt for developers.
Use familiar SDKs with your Munito API key. Choose a supported model and connect through OpenAI or Anthropic API formats.
Keep your integration portable.
Use standard API formats to reduce integration changes when you switch providers.
import os
from openai import OpenAI
client = OpenAI(
base_url="https://api.munito.ai/inference/v1",
api_key=os.environ["MUNITO_API_KEY"],
)
response = client.chat.completions.create(
model="qwen/qwen3.8-27b",
messages=[{"role": "user", "content": "Hello, Munito."}],
)
print(response.choices[0].message.content)
# Example response: Hello! How can I help?Built for enterprise.
Clear controls for sensitive workloads. Visibility into how your data is processed.
Keep customer data private.
Zero data retention by default. No training without your permission.
Privacy policyControl where inference runs.
Run inference in a region that meets your data residency requirements. EU processing is available today.
Available regionsKeep the freedom to switch.
Choose supported open models and connect through familiar API formats.
Explore open modelsComing next
- Enterprise identity
- Dedicated capacity
- SLAs
- ISO/IEC 27001Information security certification planned
- SOC 2 Type IIAudit planned
Before you build.
Build with open models.
Keep control of your data.
Tell us what you want to build and where your data needs to be processed.
Private beta