Skip to main content

o3

Approved Data Classifications

Description

OpenAI's o3 model is its most advanced reasoning AI, excelling in complex tasks across coding, mathematics, science, and visual analysis. Unlike its predecessor o3-mini, o3 integrates visual inputs—such as images and charts—into its reasoning process, enabling it to interpret and manipulate visual data as part of problem-solving. It also leverages the full suite of ChatGPT tools, including web browsing, Python execution, and file analysis. This makes o3 ideal for users tackling multifaceted challenges that require deep, multimodal reasoning and precise analysis.

Capabilities

ModelTraining DataInputOutputContext LengthCost (per 1 million tokens)
o3May 2024Text, ImageText200,000$10.00/1M input
$40.00/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "o3",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

References

  1. OpenAI
    https://openai.com/
  2. LLM Stats
    https://llm-stats.com
  3. Artificial Analysis
    https://artificialanalysis.ai