Build with Canadian AI.
OpenAI-compatible inference API with full Canadian data residency. No CLOUD Act exposure. Pay only for what you use.
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.
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)
Migrate in three small moves.
Change your base URL.
Point the OpenAI client at api.anitarian.ai/v1. No new SDK to install.
Use your Anitarian key.
Issued during early-access onboarding. Metered billing begins at general availability.
Pick a model and ship.
Birch for complex work, Cedar for speed.
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 at general availability. No minimum spend, no commitments.
Data in Canada
No cross-border transfers. No CLOUD Act exposure.
Simple, transparent rates.
All prices in CAD per 1M tokens.
| Model | Input | Output | Notes |
|---|---|---|---|
| Birch | $2.00 | $5.00 | Sovereign flagship model. |
| Cedar | $0.50 | $1.50 | Fast, reliable. Always available. |
Ready to build sovereign?
Apply for API access and start integrating in minutes.