Welcome
Developer documentation for the Ablatic API
The Ablatic API gives you OpenAI-compatible and Anthropic-compatible access to Talos, a multimodal model built and hosted in the EU. Point an existing OpenAI or Anthropic client at our base URL, swap the key, and your code keeps working.
Start here
- Quickstart makes your first call in a minute.
- Authentication explains how keys work.
- Models lists what Talos offers.
Base URL
https://api.ablatic.ai/v1Authenticate with a key that looks like sk-ablatic-.... OpenAI-style endpoints read it from the Authorization: Bearer header. Anthropic-style endpoints read it from the x-api-key header. Create and manage keys in the console.
Two compatible surfaces
One model, two request formats. Use whichever SDK you already have.
- OpenAI style:
POST /v1/chat/completions. See OpenAI compatibility. - Anthropic style:
POST /v1/messages. See Anthropic compatibility.
Beyond chat, the API also covers tool calling, streaming, structured output, vision input, file context, and autonomous agent runs. Talos reasons before it answers, so set a generous max_tokens. See Reasoning.
Access
Ablatic activates every account. The API is not open self-serve signup. To request access or become a customer, use the contact form on ablatic.ai or email [email protected].
Once we activate your account, you receive an email to sign in to the console, set a password, and create your key. Onboarding and limits are described in Account.