API Documentation

Everything you need to integrate Continuum Inference. OpenAI-compatible API, sovereign Australian infrastructure.

OpenAI-compatible API

Continuum Inference uses the same API format as OpenAI. If you have an existing OpenAI integration, you already know how to use our API. Change your base URL, swap your API key, and everything else stays the same.

Base URL
https://api.continuum.au/v1
Authentication
Authorization: Bearer YOUR_API_KEY
Model
deepseek-v4-flash

Use any OpenAI-compatible SDK

No proprietary SDK required. Use the official OpenAI libraries for your language, or make HTTP requests directly.

Python

$ pip install openai

Official OpenAI Python SDK. Works with Continuum out of the box.

TypeScript

$ npm install openai

Official OpenAI Node.js/TypeScript SDK. Full type safety included.

cURL / HTTP

$ curl api.continuum.au/v1/...

Standard REST API. Any HTTP client in any language works.

Ready to integrate?

Start with the quickstart guide. First request in under 2 minutes.