Models/OpenAI/OpenAI: GPT-6 Luna (batch)
openai

OpenAI: GPT-6 Luna (batch)

$0.05/M input$0.25/M output
openai/gpt-6-luna:batch

Description

GPT-6 Luna is the fast, cost-efficient model in OpenAI's GPT-6 series, positioned below GPT-6 Sol. It is suited for high-volume and latency-sensitive workloads such as chat, classification, and lightweight agentic...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-6-luna:batch",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: FileInput: ImageInput: TextOutput: Text

Pricing

Input$0.05/M
Output$0.25/M

Model Info

ProviderOpenAI
IDopenai/gpt-6-luna:batch