Skip to main content

GPT-4o

Approved Data Classifications

Description

GPT-4o is OpenAI's multimodal model for text and image tasks, with support for audio and visual inputs in the broader API surface. It was released on May 13, 2024 and supports a 128,000-token context window.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
gpt-4oSep 2023Text, Image, PdfText128,000$5.00/1M input
$15.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": "gpt-4o",
"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