Skip to main content

GPT-5 Mini

Approved Data Classifications

Description

GPT-5 Mini is OpenAI’s smaller GPT-5 variant for general-purpose text and multimodal workloads. It is designed to balance capability, latency, and cost for everyday assistant and agent tasks while keeping the same OpenAI API surface as the larger GPT-5 family.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
gpt-5-miniMay 30 2024Text, ImageText400,000$0.25/1M input
$2.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-5-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