Developer API

Build with Canadian AI

OpenAI-compatible inference API with full Canadian data residency. Content never touches US providers. Pay only for what you use.

main.py
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)
Integration

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.

01

Change your base URL

Point the OpenAI client at api.augureai.ca/v1. No new SDK required.

02

Use your Augure API key

Generate a key from the developer dashboard. Metered billing starts automatically.

03

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.

Why Augure

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.

Pricing

Simple, transparent rates

All prices in CAD per 1 M tokens.

Ossington 5

ossington-5
Input
$1.50
Output
$3.00
Max input 256K

Newest reasoning model. Fastest on the menu, strong at code.

Ossington 4

ossington-4
Input
$2.00
Output
$5.00
Max input 256K

Sovereign model. Always on.

Ossington 4.1

ossington-4-1
Input
$2.50
Output
$8.00
Max input 256K

Premium reasoning. Vision, tools, multilingual.

Rosedale One

rosedale-1
Input
$3.50
Output
$11.00
Max input 1M

Premium reasoning for complex, multi-step work.

Ossington 3

ossington-3
Input
$1.00
Output
$3.00
Max input 256K

Advanced reasoning. Always available.

Tofino 2.5

tofino-2.5
Input
$0.50
Output
$1.50
Max input 256K

General workhorse. Fast, reliable, always available.

Brand

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.

Download Brand Assets

Ready to build?

Sign up and start integrating in minutes.