Skip to main content

o3-mini

Approved Data Classifications

Description

The o3-mini model from OpenAI is a streamlined, cost-effective AI solution designed to enhance reasoning capabilities, particularly in STEM fields such as mathematics and coding. Launched as a more accessible alternative to the more robust o1-preview model, o3-mini focuses on delivering efficient problem-solving without the extensive resource requirements of larger models. It excels at handling logical tasks and coding challenges, making it ideal for users who need quick responses and straightforward solutions. With its user-friendly interface and zero cost for access, o3-mini democratizes advanced AI technology, allowing a broader audience to leverage its capabilities for various applications while maintaining a strong emphasis on effective reasoning and analysis.

Capabilities

ModelTraining DataInputOutputContext LengthCost (per 1 million tokens)
o3-miniMay 2024TextText128,000$3.00/1M input
$12.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-mini",
"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