o3
Advanced reasoning model that uses chain-of-thought to solve complex problems. Excels in mathematics, science, and logical reasoning with verifiable step-by-step explanations.
Quick Overview
Pricing
Simple, transparent token-based pricing. Pay only for what you use.
Capabilities
Core strengths and supported features of o3.
Performance
Context window capacity and inference speed characteristics.
Context Window
Extended context window suitable for processing long documents, large codebases, and multi-turn conversations with extensive history.
Speed: Deliberate
Extended processing for complex reasoning. Best for complex analytical tasks, research, and scenarios where thoroughness matters more than speed.
Quick Start
Get started with o3 in just a few lines of code.
import OriginalPoint from "originalpoint";
const client = new OriginalPoint({
apiKey: process.env.ORIGINALPOINT_API_KEY,
});
const response = await client.chat.completions.create({
model: "o3",
messages: [
{
role: "user",
content: "Hello, how can you help me today?",
},
],
max_tokens: 1024,
});
console.log(response.choices[0].message.content);More from OpenAI
Explore other models available from OpenAI.
GPT-5.4
FrontierMost advanced reasoning model from OpenAI. Excels at complex multi-step tasks, code generation, and nuanced analysis with state-of-the-art performance across all benchmarks.
GPT-5.2 Codex
FrontierSpecialized code generation model optimized for software engineering tasks. Superior at code completion, debugging, refactoring, and multi-file editing.
GPT-4o
FrontierMultimodal model with strong performance at an accessible price point. Processes text, images, and audio with fast response times.
GPT-4o Mini
EconomyCost-efficient model for lightweight tasks. Ideal for classification, extraction, summarization, and simple conversational AI applications.
o3 Mini
BalancedEfficient reasoning model that balances chain-of-thought capabilities with speed. Good for tasks requiring structured thinking at a lower cost.