sentira/core
v1 — gateway online

One API key. Every modality.

Sentira AI Core is the unified AI backend that powers your products. Stop juggling OpenAI, ElevenLabs, Replicate and a wallet of keys — route everything through one gateway with built-in usage, cost-tracking and rate limits.

~/sentira/quickstart.sh
curl https://sentira.ai/v1/chat/completions \
  -H "Authorization: Bearer sk_sentira_…" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3-flash-preview",
    "messages": [{ "role": "user", "content": "Hello, Sentira." }]
  }'

/v1

A unified surface for everything generative

live

Text

POST /v1/chat/completions

live

Voice

POST /v1/tts

live

Images

POST /v1/images

live

Embeddings

POST /v1/embeddings

live

Agents

POST /v1/chat/completions

live

Usage

GET /v1/usage

Hashed keys

Raw API keys are shown once and stored only as SHA-256 hashes.

Built-in metering

Per-request usage, latency and cost recorded automatically.

Provider routing

Swap models without touching client code. Future providers slot in cleanly.