Epithre · Docs

API Reference

OpenAI-compatible API for the Epithre AI ecosystem. Indonesian-tuned models for chat, embeddings, reranking, and image generation.

Full reference site rendered from OpenAPI is coming soon. Below is a quickstart.

Authentication

All requests require a Bearer token API key. Get one at platform.epithre.com.

Authorization: Bearer esk_live_...

Quickstart

curl https://api.epithre.com/v1/chat/completions \
  -H "Authorization: Bearer $EPITHRE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "epithre-omni",
    "messages": [{"role": "user", "content": "Halo"}]
  }'

Models

epithre-prme
Premium reasoning + coding. 200K context.
epithre-omni
Flagship multimodal chat. Vision + agentic tools.
epithre-lyt
Compact multimodal. Image + audio + video. Fastest.
epithre-embed
Indonesian embedding. 4000-dim L2-normalized.
epithre-rerank
Indonesian reranker. Instruction-aware.
epithre-iris
Image generation + multi-reference editing.

SLA

Best-effort during alpha. No uptime guarantee. Production-grade SLA available on request.

Support

hello@epithre.com