Skip to main content

GPT-6 Luna

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​

GPT-6 Luna is OpenAI's most efficient model for focused, high-volume tasks. It accepts text, image, and PDF input and produces text output. The model supports reasoning.effort settings of none, low, medium, high, xhigh, and max, with a 1,050,000-token context window and up to 128,000 output tokens.

Capabilities​

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
gpt-6-lunaMay 18 2026Text, Image, PdfText1,050,000$0.10/1M input
$0.50/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens
  • Cached input: $0.01 per 1M tokens
  • Cache writes: $0.125 per 1M tokens
  • Requests with more than 272,000 input tokens use higher long-context rates

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-6-luna",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

References

  1. GPT-6 Luna Model
    https://developers.openai.com/api/docs/models/gpt-6-luna
  2. Introducing GPT-6 Sol and Luna
    https://openai.com/index/introducing-gpt-6-sol-and-luna/
  3. OpenAI API Pricing
    https://openai.com/api/pricing/