Better prices, higher availability, no subscriptions. One API to access all leading AI models.
Reliable access to AI models via distributed infrastructure. Automatically fall back to other providers when one goes down.
Learn more →Keep costs in check without sacrificing speed. ColourCode runs at the edge for minimal latency between your users and inference.
Learn more →Protect your organization with fine-grained data policies. Ensure prompts only go to the models and providers you trust.
Learn more →Three steps to access AI models worldwide
Create an account to get started. Sign in with Google, GitHub, and more.
Credits can be used with any model or provider. Pay as you go, flexible and transparent.
Create an API key and start making requests. Fully OpenAI compatible.
import OpenAI from "openai"
const client = new OpenAI({
baseURL: "https://api.colourcode.io/v1",
apiKey: "your-api-key",
})
const completion = await client.chat.completions.create({
model: "anthropic/claude-opus-4",
messages: [{ role: "user", content: "Hello, world!" }],
})
Pay as you go. No monthly fees. No hidden costs.
Join millions of developers accessing the world's most powerful AI models through a single API.