Build with EPITHRE. API

AI inference, tuned for Indonesia. Chat, embeddings, reranking, and image generation with native Bahasa Indonesia fluency. Data residency in Jakarta. OpenAI-wire-compatible, so you can drop it into your existing SDK in 30 seconds.

What you get

60-second quickstart

from openai import OpenAI

client = OpenAI(
    api_key="esk_live_...",                  # from platform.epithre.com -> API Keys
    base_url="https://api.epithre.com/v1",
)

resp = client.chat.completions.create(
    model="epithre-omni",
    messages=[{"role": "user", "content": "Halo, apa kabar?"}],
)
print(resp.choices[0].message.content)

Full quickstart covers the four 1-minute walkthroughs (chat, embeddings, image, batch). Authentication covers API keys and JWT sessions for the dashboard.

If you're coming from another provider, jump to the migration guide:

If you're starting fresh, the reference pages are the truth source for every parameter:

If you want to write good prompts for Indonesian content (the part most other providers get wrong), read the prompt engineering guide.

Why Epithre exists

For Indonesian-language workloads, three things compound to make a purpose-built local platform the right choice:

  1. Quality: Epithre models are tuned on Indonesian corpora. Idiom, code-switching, formal vs casual register, and domain language (legal, medical, finance) work without prompt-gymnastics.
  2. Latency: a request from Jakarta inside Jakarta round-trips under 30ms before inference. Cross-continent round-trips add 250-300ms before any work begins.
  3. Compliance: under UU 27/2022 (Pelindungan Data Pribadi), some workloads require data not to leave Indonesia. Our residency is a hard guarantee, not an option.

We focus on being the best-priced, lowest-friction, fastest-for-Jakarta API for teams shipping Indonesian-language products.

Status

Currently in alpha. The wire format is stable. The features are real and shipping. Pricing is settled. What's still in motion: SLA commitments, multi-region failover, full enterprise compliance audits. Email us if you need any of those today; we'll work something out.

Updates ship to the changelog. Subscribe to release notifications via webhook platform.update event (coming soon) or follow hello@epithre.com.