Build with Canadian AI
OpenAI-compatible inference API with full Canadian data residency. No CLOUD Act exposure. Pay only for what you use.
from openai import OpenAI
client = OpenAI(
base_url="https://api.augureai.ca/v1",
api_key="your-api-key",
)
response = client.chat.completions.create(
model="ossington-4",
messages=[
{"role": "user", "content": "Summarize Bill C-27."}
],
)
print(response.choices[0].message.content)Three lines to switch
Already using the OpenAI SDK? Point your base URL at Augure, swap in your API key, and pick a model. Everything else — streaming, function calling, embeddings — works exactly the same.
Change your base URL
Point the OpenAI client at api.augureai.ca/v1. No new SDK required.
Use your Augure API key
Generate a key from the developer dashboard. Metered billing starts automatically.
Pick a model and ship
Choose Ossington 4 for flagship quality, Ossington 3 for reasoning, or Tofino 2.5 for speed.
Sovereign infrastructure,
familiar interface
OpenAI Compatible
Drop-in replacement. Use the OpenAI SDK — just change the base URL and API key.
Canadian Sovereignty
All requests processed on Canadian-owned infrastructure. No US parent company in the stack.
Pay Per Use
Metered billing in CAD via Stripe. No minimum spend, no commitments.
Data Stored in Canada
All data stays on Canadian infrastructure. No cross-border transfers, no CLOUD Act exposure.
Simple, transparent rates
All prices in CAD per 1 M tokens.
Ossington 4
ossington-4Sovereign model. Mon–Fri 8 am – 6 pm ET.
Ossington 3
ossington-3Advanced reasoning. Always available.
Tofino 2.5
tofino-2.5General workhorse. Fast, reliable, always available.
Powered by Augure
Applications using the Augure API must display “Powered by Augure” or the Augure logo in their customer-facing UI. We provide logos, badges, and embed snippets in the brand kit below.