Build with Canadian AI
OpenAI-compatible inference API with full Canadian data residency. Content never touches US providers. 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-5",
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 5 for fast reasoning and code, Rosedale One for the hardest work, 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
Your data is stored in Canada; inference runs in Canada and the EU under zero retention — never US providers. Cross-border flows are documented in the privacy policy.
Simple, transparent rates
All prices in CAD per 1 M tokens.
Ossington 5
ossington-5Newest reasoning model. Fastest on the menu, strong at code.
Ossington 4
ossington-4Sovereign model. Always on.
Ossington 4.1
ossington-4-1Premium reasoning. Vision, tools, multilingual.
Rosedale One
rosedale-1Premium reasoning for complex, multi-step work.
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.
Ready to build?
Sign up and start integrating in minutes.