Developer API

Build with Canadian AI

OpenAI-compatible inference API with full Canadian data residency. No CLOUD Act exposure. 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-4",
    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 4 for flagship quality, Ossington 3 for reasoning, 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

All data stays on Canadian infrastructure. No cross-border transfers, no CLOUD Act exposure.

Pricing

Simple, transparent rates

All prices in CAD per 1 M tokens.

Ossington 4

ossington-4
Input
$2.00
Output
$5.00

Sovereign model. Mon–Fri 8 am – 6 pm ET.

Ossington 3

ossington-3
Input
$1.00
Output
$3.00

Advanced reasoning. Always available.

Tofino 2.5

tofino-2.5
Input
$0.50
Output
$1.50

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?

Apply for API access and start integrating in minutes.