OpenAI: GPT-5.6 Luna (batch)
$0.10/M input$0.60/M output
openai/gpt-5.6-luna:batchDescription
GPT-5.6 Luna is a fast, cost-efficient model in OpenAI's GPT-5.6 series. It is suited for high-volume, latency-sensitive tasks such as chat, classification, and lightweight agentic workflows, providing capable reasoning for...
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-5.6-luna:batch",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: FileInput: ImageInput: TextOutput: Text