VARIANT · OpenAI / GPT

gpt-5.6-luna API

OpenAI / GPT

Usa gpt-5.6-luna dalla famiglia GPT tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

Operativo · text · Uso commerciale consentito
runapi.ai
# Base URL
https://runapi.ai

# Endpoints
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages
POST /v1beta/models/gpt-5.6-luna:generateContent
POST /v1beta/models/gpt-5.6-luna:streamGenerateContent
curl https://runapi.ai/v1/chat/completions \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gpt-5.6-luna",
  "messages": [
    {
      "role": "user",
      "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."
    }
  ]
}'
from openai import OpenAI

client = OpenAI(
    base_url="https://runapi.ai/v1",
    api_key="your-runapi-key"
)

response = client.chat.completions.create(
    model="gpt-5.6-luna",
    messages=[{"role": "user", "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."}]
)
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://runapi.ai/v1",
  apiKey: "your-runapi-key"
});

const response = await client.chat.completions.create({
  model: "gpt-5.6-luna",
  messages: [{ role: "user", content: "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations." }]
});
https://runapi.ai 5 endpoints
Cambia variante
OVERVIEW

gpt-5.6-luna punta al giusto equilibrio tra qualità e costo all’interno della famiglia GPT.

  • Prezzi pay-per-call in USD
  • Le generazioni fallite non vengono addebitate
  • Streaming quando supportato dal modello
  • Setup del model skill
PRICING

Prezzi

Le generazioni fallite non vengono addebitate
Chat completion
Input $0.50-$1.00 / 1M tokens
Output $3.00-$4.50 / 1M tokens
Prompt < 272K · Input $0.50
Prompt < 272K · Cached input $0.05
Prompt < 272K · Cache write 5m $0.63
Prompt < 272K · Output $3.00
Prompt >= 272K · Input $1.00
Prompt >= 272K · Cached input $0.10
Prompt >= 272K · Cache write 5m $1.25
Prompt >= 272K · Output $4.50
Responses API
Input $0.50-$1.00 / 1M tokens
Output $3.00-$4.50 / 1M tokens
Prompt < 272K · Input $0.50
Prompt < 272K · Cached input $0.05
Prompt < 272K · Cache write 5m $0.63
Prompt < 272K · Output $3.00
Prompt >= 272K · Input $1.00
Prompt >= 272K · Cached input $0.10
Prompt >= 272K · Cache write 5m $1.25
Prompt >= 272K · Output $4.50
SCHEDA TECNICA

Dettagli tecnici

ID modello gpt-5.6-luna
Provider OpenAI
Modalità text
Tipo di task synchronous
Unità di fatturazione 1K tokens
API endpoint /v1/chat/completions
/v1/responses
/v1/messages
/v1beta/models/gpt-5.6-luna:generateContent
/v1beta/models/gpt-5.6-luna:streamGenerateContent
Licenza commerciale Sì — inclusa via API
Stato del catalogo Operativo
SKILLS

Quickstart — gpt-5.6-luna

Stessa struttura · variante fissata nel model

Endpoint Protocol
/v1/chat/completions OpenAI compatible
/v1/responses OpenAI Responses
/v1/messages Anthropic compatible
/v1beta/models/gpt-5.6-luna:generateContent Gemini generateContent
/v1beta/models/gpt-5.6-luna:streamGenerateContent Gemini streamGenerateContent
COME FUNZIONA

Usa gpt-5.6-luna in quattro passaggi

01

Installa

Installa il model skill per questa linea di modello.

02

Configura

Imposta il campo model con l'ID completo del model mostrato in questa pagina.

03

Invia

Invia una richiesta tipizzata con prompt, input e impostazioni di callback.

04

Ricevi

Leggi la risposta del task, il callback webhook o l'URL dell'output in cache da RunAPI.

DIFFERENCES

Cosa cambia in gpt-5.6-luna

VS CODEX-AUTO-REVIEW

Fastest, lightest GPT-5.6 tier for summaries, drafts, and everyday automation

codex-auto-review

VS GPT-5.2

Fastest, lightest GPT-5.6 tier for summaries, drafts, and everyday automation

Professional knowledge work; Thinking mode for deep tasks

VS GPT-5.2-PRO

Fastest, lightest GPT-5.6 tier for summaries, drafts, and everyday automation

gpt-5.2-pro

CASI D'USO

Ideale per

Customer support

Rispondi alle domande dei clienti partendo da una knowledge base privata, riducendo il volume dei ticket.

Analisi documentale

Redigi riepiloghi di contratti e segnala le clausole chiave per la revisione dell'avvocato.

Generazione di codice

Genera automaticamente test unitari, code review e suggerimenti di refactoring in CI.

FAQ

Domande frequenti su gpt-5.6-luna

L'ID del modello resta stabile tra le versioni?

RunAPI mantiene stabile l’ID del modello e gestisce gli aggiornamenti di versione compatibili senza modificare la forma della richiesta.

Qual è il rate limit di questa variante?

I limiti per chiave scalano in base al tier di utilizzo. Consulta la pagina prezzi per i limiti attuali.

Posso cambiare variante in seguito?

Sì — la variante è un flag. Puoi cambiarla modificando il parametro model.

Fa streaming?

Dove lo streaming è disponibile, RunAPI esegue lo streaming end-to-end.

Dove posso segnalare problemi di qualità?

Apri un issue nel repository GitHub pubblico oppure scrivi all’assistenza.

INIZIA ORA

Inizia a costruire con GPT.