Skip to main content

o1-preview

Approved Data Classifications


This model is only approved for Open Data. When leveraging NaviGator AI’s suite offerings, please ensure you are selecting models that meet the compliance requirements in accordance with UF’s Data Classifications, grant awards or project specifications, and state and federal law.

Description

The o1-preview model from OpenAI is a reasoning model released on September 12, 2024, designed to tackle complex tasks with enhanced cognitive processes. By employing techniques such as Chain of Thoughts and Self Reflection, o1-preview mimics human-like reasoning, allowing it to spend more time analyzing problems before generating responses. This approach has led to remarkable achievements, including solving 83% of problems in the American Invitational Math Examination and performing at PhD-level accuracy in STEM subjects. Unlike its predecessors, o1-preview simplifies user interaction by requiring less intricate prompt engineering, making it accessible for a broader range of applications while maintaining a focus on safety and adherence to content policies.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
o1-previewSep 2023TextText128,000$15.00/1M input
$60.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": "o1-preview",
"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