Developers

Build with Canadian AI.

OpenAI-compatible inference API with full Canadian data residency. No CLOUD Act exposure. Pay only for what you use.

Anitarian API code surface and response
Quick start

Three lines to switch.

Already using the OpenAI SDK? Point your base URL at Anitarian, swap the API key, and pick a model. Everything else works exactly the same.

quickstart.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.anitarian.ai/v1",
    api_key="your-api-key",
)

response = client.chat.completions.create(
    model="birch",
    messages=[
        {"role": "user", "content": "Summarize Bill C-27."}
    ],
)

print(response.choices[0].message.content)
Steps

Migrate in three small moves.

Step 1

Change your base URL.

Point the OpenAI client at api.anitarian.ai/v1. No new SDK to install.

Step 2

Use your Anitarian key.

Generate from the developer dashboard. Metered billing starts automatically.

Step 3

Pick a model and ship.

Birch for flagship, Birch 3 for reasoning, Cedar for speed.

Why Anitarian

Built for builders who need to stay in Canada.

OpenAI compatible

Drop-in replacement using the OpenAI SDK. Just change base URL and API key.

Canadian sovereignty

All requests on Canadian-owned infrastructure. No US parent company.

Pay per use

Metered billing in CAD via Stripe. No minimum spend, no commitments.

Data in Canada

No cross-border transfers. No CLOUD Act exposure.

Pricing

Simple, transparent rates.

All prices in CAD per 1M tokens.

ModelInputOutputNotes
Birch$2.00$5.00Sovereign flagship model.
Birch 3$1.00$3.00Advanced reasoning. Always available.
Cedar$0.50$1.50Fast, reliable. Always available.
Powered by Anitarian. Applications using the Anitarian API must display "Powered by Anitarian" or the Anitarian logo in their customer-facing UI.

Ready to build sovereign?

Apply for API access and start integrating in minutes.