OpenAI
Online
New

o3

Advanced reasoning model with extended thinking. Best for complex problems.

Model ID: o3

Specifications

Context Window

200K tokens

Max Output

100K tokens

Input Price

$9.00 / 1M

Output Price

$36.00 / 1M

Capabilities

Chat
Code
Functions
JSON Mode

Price Comparison

See how much you save compared to official pricing.

MetricOfficial PriceOur PriceSavings
Input (per 1M tokens)$10.00$9.0010% off
Output (per 1M tokens)$40.00$36.0010% off

Quick Start

Use this model via our OpenAI-compatible API endpoint.

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourdomain.com/v1",
  apiKey: "sk-your-api-key",
});

const response = await client.chat.completions.create({
  model: "o3",
  messages: [
    { role: "user", content: "Hello! What can you help me with?" },
  ],
  max_tokens: 1024,
});

console.log(response.choices[0].message.content);

Pricing Summary

Input$9.00 / 1M
Output$36.00 / 1M
Start for Free

$2 free credit on signup

Provider

OpenAI

OpenAI

Creators of GPT and DALL-E, pioneering AI research.

Visit website