Skip to main content

GPT-5.6 Sol

Approved Data Classifications

Description

GPT-5.6 Sol is OpenAI's flagship model that provides the most performance for professional workloads. The model provides a 1,050,000-token context window with up to 128,000 output tokens.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
gpt-5.6-solFeb 16 2026Text, Image, PdfText1,050,000$5/1M input
$30.00/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens
  • Cached input: $0.50 per 1M tokens
  • Cache writes: $6.25 per 1M 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.6-sol",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

References

  1. OpenAI GPT-5.6 Sol Model
    https://developers.openai.com/api/docs/models/gpt-5.6-sol
  2. OpenAI API Pricing
    https://openai.com/api/pricing/