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.
All requests require a Bearer token API key. Get one at platform.epithre.com.
Authorization: Bearer esk_live_...
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"}]
}'
Best-effort during alpha. No uptime guarantee. Production-grade SLA available on request.