Models that match your story
Fast free tiers for iteration, pro models when you are ready to burn credits on quality. One router, consistent error shapes.
OpenAI-style drop-in · one API for local & cloud · without the vendor circus
Drop-in AI that works like OpenAI—often cheaper—with the same clients you already use. One key routes free local models and paid cloud tiers: chat, generate, embed, and web search, plus limits your team (and finance) can live with. Try the live playground on free models—no signup or card.
/v1Prototype on free tiers, flip to faster cloud models when you are ready—same contracts, same dashboard, no second platform to babysit.
Fast free tiers for iteration, pro models when you are ready to burn credits on quality. One router, consistent error shapes.
Authentication, streaming semantics, and limits in one place—no PDF archaeology.
Issue, rotate, and audit API keys from the dashboard without downtime.
Grounded retrieval is not a separate “enterprise module.” It is POST /api/v1/web-search—same auth, same mental model as chat.
Plan-gated quotas keep costs predictable.
NDJSON for native routes, SSE where OpenAI clients expect it—pick what fits your stack.
Daily and weekly caps on paid models, searchable web quotas by tier—so surprise bills do not become your brand.
Point your OpenAI client at our /v1 base and ship today; use native JSON when you want full control. Same models, local or cloud, one bill to think about.
X-API-Key everywhere on RESTfrom openai import OpenAI
client = OpenAI(
base_url="https://api.trinix.gg/v1",
api_key=os.environ["TRINIX_API_KEY"],
)
r = client.chat.completions.create(
model="trinix-chat",
messages=[{"role": "user", "content": "Ship faster."}],
)
Not ready to register? Use the playground to test free models. Start free, upgrade when you need cloud models, higher prompts, or web search.
Prototype & learn
$0/mo
For shipping teams
$10/mo
For heavy workloads
$199/mo
Open the playground with no account—try local models and streaming—then sign up when you want API keys, saved chats, and cloud tiers. Already decided? Grab a key and hit /api/v1/models in under a minute.