---
title: gpt-6-astra API — Prezzi e Specifiche GPT | RunAPI
description: Usa gpt-6-astra tramite RunAPI — la famiglia GPT. Prezzi per chiamata, ID modello, specifiche e guida alla configurazione per sviluppatori.
url: https://runapi.ai/it/models/gpt/6-astra.md
canonical: https://runapi.ai/it/models/gpt/6-astra
locale: it
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/models/gpt/6-astra
  zh-CN: https://runapi.ai/zh-CN/models/gpt/6-astra
  es: https://runapi.ai/es/models/gpt/6-astra
  ja: https://runapi.ai/ja/models/gpt/6-astra
  de: https://runapi.ai/de/models/gpt/6-astra
  fr: https://runapi.ai/fr/models/gpt/6-astra
  pt-BR: https://runapi.ai/pt-BR/models/gpt/6-astra
  ko: https://runapi.ai/ko/models/gpt/6-astra
  it: https://runapi.ai/it/models/gpt/6-astra
  nl: https://runapi.ai/nl/models/gpt/6-astra
  pl: https://runapi.ai/pl/models/gpt/6-astra
  tr: https://runapi.ai/tr/models/gpt/6-astra
  zh-TW: https://runapi.ai/zh-TW/models/gpt/6-astra
  zh-HK: https://runapi.ai/zh-HK/models/gpt/6-astra
  ar: https://runapi.ai/ar/models/gpt/6-astra
  x-default: https://runapi.ai/models/gpt/6-astra
model: GPT
provider: OpenAI
variant_id: gpt-6-astra
sdk_model_id: gpt-6-astra
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/it/models/gpt/6-astra
> Site index for agents: https://runapi.ai/llms.txt


# gpt-6-astra API

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

**OpenAI / [GPT](https://runapi.ai/it/models/gpt.md)**
**Operativo · text · Uso commerciale consentito**

gpt-6-astra 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

## Prezzi

### `chat_completion`

- Input: $5.00-$10.00 / 1M tokens
- Output: $25.00-$37.50 / 1M tokens
- Prompt < 272,001 · Input: $5.00 / 1M tokens
- Prompt < 272,001 · Cached input: $0.50 / 1M tokens
- Prompt < 272,001 · Cache write: $6.25 / 1M tokens
- Prompt < 272,001 · Output: $25.00 / 1M tokens
- Prompt >= 272,001 · Input: $10.00 / 1M tokens
- Prompt >= 272,001 · Cached input: $1.00 / 1M tokens
- Prompt >= 272,001 · Cache write: $12.50 / 1M tokens
- Prompt >= 272,001 · Output: $37.50 / 1M tokens

### `response`

- Input: $5.00-$10.00 / 1M tokens
- Output: $25.00-$37.50 / 1M tokens
- Prompt < 272,001 · Input: $5.00 / 1M tokens
- Prompt < 272,001 · Cached input: $0.50 / 1M tokens
- Prompt < 272,001 · Cache write: $6.25 / 1M tokens
- Prompt < 272,001 · Output: $25.00 / 1M tokens
- Prompt >= 272,001 · Input: $10.00 / 1M tokens
- Prompt >= 272,001 · Cached input: $1.00 / 1M tokens
- Prompt >= 272,001 · Cache write: $12.50 / 1M tokens
- Prompt >= 272,001 · Output: $37.50 / 1M tokens


Le generazioni fallite non vengono addebitate

## Dettagli tecnici

| Field | Value |
|---|---|
| ID modello | `gpt-6-astra` |
| 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-6-astra:generateContent` |
|  | `/v1beta/models/gpt-6-astra:streamGenerateContent` |
| Licenza commerciale | Sì — inclusa via API |
| Stato del catalogo | Operativo |

**Request example**

```json
{
  "model": "gpt-6-astra",
  "messages": [
    {
      "role": "user",
      "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."
    }
  ]
}
```

## Quickstart — gpt-6-astra

Stessa struttura · variante fissata nel model

Base URL: `https://runapi.ai`

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |
| `POST /v1/responses` | OpenAI Responses |
| `POST /v1/messages` | Anthropic compatible |
| `POST /v1beta/models/gpt-6-astra:generateContent` | Gemini generateContent |
| `POST /v1beta/models/gpt-6-astra:streamGenerateContent` | Gemini streamGenerateContent |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "gpt-6-astra"`.

## Usa gpt-6-astra in quattro passaggi

1. **Installa** — Installa il model skill per questa linea di modello.
2. **Configura** — Imposta il campo model con l'ID completo del model mostrato in questa pagina.
3. **Invia** — Invia una richiesta tipizzata con prompt, input e impostazioni di callback.
4. **Ricevi** — Leggi la risposta del task, il callback webhook o l'URL dell'output in cache da RunAPI.

## Cosa cambia in gpt-6-astra

- **VS CODEX-AUTO-REVIEW: Modello più potente: ragionamento avanzato, contesto 1M, generazione codice e task agentici** — codex-auto-review
- **VS GPT-5.2: Modello più potente: ragionamento avanzato, contesto 1M, generazione codice e task agentici** — Professional knowledge work; Thinking mode for deep tasks
- **VS GPT-5.2-PRO: Modello più potente: ragionamento avanzato, contesto 1M, generazione codice e task agentici** — gpt-5.2-pro

## 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.

## Domande frequenti su gpt-6-astra

### Come seleziono gpt-6-astra?

Passa l'ID del modello mostrato nel quickstart.

### 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.


### Altre varianti di GPT

- [codex-auto-review](https://runapi.ai/it/models/gpt/codex-auto-review.md) — `codex-auto-review` · Input $2.50 / 1M tokens | Output $15.00 / 1M tokens
- [gpt-5.2](https://runapi.ai/it/models/gpt/5.2.md) — `gpt-5.2` · Input $0.88 / 1M tokens | Output $7.00 / 1M tokens · Input $1.75 / 1M tokens | Output $14.00 / 1M tokens
- [gpt-5.2-pro](https://runapi.ai/it/models/gpt/5.2-pro.md) — `gpt-5.2-pro` · Input $10.50 / 1M tokens | Output $84.00 / 1M tokens
- [gpt-5.3-codex](https://runapi.ai/it/models/gpt/5.3-codex.md) — `gpt-5.3-codex` · Input $1.05 / 1M tokens | Output $8.40 / 1M tokens
- [gpt-5.3-codex-spark](https://runapi.ai/it/models/gpt/5.3-codex-spark.md) — `gpt-5.3-codex-spark` · Input $1.05 / 1M tokens | Output $8.40 / 1M tokens
- [gpt-5.4](https://runapi.ai/it/models/gpt/5.4.md) — `gpt-5.4` · Input $2.50 / 1M tokens | Output $15.00 / 1M tokens
- [gpt-5.4-mini](https://runapi.ai/it/models/gpt/5.4-mini.md) — `gpt-5.4-mini` · Input $0.45 / 1M tokens | Output $2.70 / 1M tokens
- [gpt-5.4-nano](https://runapi.ai/it/models/gpt/5.4-nano.md) — `gpt-5.4-nano` · Input $0.10 / 1M tokens | Output $0.63 / 1M tokens
- [gpt-5.4-pro](https://runapi.ai/it/models/gpt/5.4-pro.md) — `gpt-5.4-pro` · Input $30.00 / 1M tokens | Output $180.00 / 1M tokens
- [gpt-5.5](https://runapi.ai/it/models/gpt/5.5.md) — `gpt-5.5` · Input $5.00 / 1M tokens | Output $30.00 / 1M tokens
- [gpt-5.5-pro](https://runapi.ai/it/models/gpt/5.5-pro.md) — `gpt-5.5-pro` · Input $30.00 / 1M tokens | Output $180.00 / 1M tokens
- [gpt-5.6-luna](https://runapi.ai/it/models/gpt/5.6-luna.md) — `gpt-5.6-luna` · Input $0.20-$0.40 / 1M tokens | Output $1.20-$1.80 / 1M tokens
- [gpt-5.6-sol](https://runapi.ai/it/models/gpt/5.6-sol.md) — `gpt-5.6-sol` · Input $5.00 / 1M tokens | Output $30.00 / 1M tokens
- [gpt-5.6-terra](https://runapi.ai/it/models/gpt/5.6-terra.md) — `gpt-5.6-terra` · Input $2.00-$4.00 / 1M tokens | Output $12.00-$18.00 / 1M tokens

### Alternative da altri modelli

- [Claude](https://runapi.ai/it/models/claude.md) — Anthropic's LLM for complex reasoning, code, analysis, and extended-context tasks.
- [DeepSeek](https://runapi.ai/it/models/deepseek.md) — Reasoning-first LLMs via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.
- [Embedding](https://runapi.ai/it/models/embedding.md) — Embedding testuali OpenAI per ricerca semantica, recupero, clustering e ranking.

## Inizia a costruire con GPT.

- [Crea un account gratuito](https://runapi.ai/it/login)
- [Leggi la guida rapida →](https://runapi.ai/docs/api/openai/chat-completions)

---

## More from RunAPI

- [Home](https://runapi.ai/it/.md)
- [Modelli](https://runapi.ai/it/models.md)
- [Confronto API video AI](https://runapi.ai/it/ai-video-api-comparison.md)
- [Integrazione OpenClaw](https://runapi.ai/it/openclaw.md)
- [Migliore API per OpenClaw](https://runapi.ai/it/best-api-for-openclaw.md)
- [Generazione immagini OpenClaw](https://runapi.ai/it/openclaw-image-generation.md)
- [Integrazione Hermes Agent](https://runapi.ai/it/hermes-agent.md)
- [Prezzi](https://runapi.ai/it/pricing.md)
- [Claude API Prezzi](https://runapi.ai/it/claude-api-pricing.md)
- [ChatGPT API Prezzi](https://runapi.ai/it/chatgpt-api-pricing.md)
- [OpenAI API Prezzi](https://runapi.ai/it/openai-api-pricing.md)
- [Gemini API Prezzi](https://runapi.ai/it/gemini-api-pricing.md)
- [Claude Code Prezzi](https://runapi.ai/it/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/it/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/it/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/it/claude-max-vs-api.md)
- [Requesty Alternativa](https://runapi.ai/it/requesty-alternative.md)
- [Documentazione API](https://runapi.ai/it/docs/guides)
- [SDK](https://runapi.ai/it/sdk.md)
- [Skills](https://runapi.ai/it/skills.md)
- [MCP Server](https://runapi.ai/it/mcp.md)
- [CLI](https://runapi.ai/it/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Contatti](mailto:support@runapi.ai)
- [Termini](https://runapi.ai/it/terms.md)
- [Privacy](https://runapi.ai/it/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/it",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/it/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/it",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/iticon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "SoftwareApplication",
    "name": "GPT gpt-6-astra",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/it"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/it/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT",
        "item": "https://runapi.ai/it/models/gpt"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "gpt-6-astra",
        "item": "https://runapi.ai/it/models/gpt/6-astra"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "HowTo",
    "name": "Usa gpt-6-astra in quattro passaggi",
    "description": "Usa gpt-6-astra tramite RunAPI — la famiglia GPT. Prezzi per chiamata, ID modello, specifiche e guida alla configurazione per sviluppatori.",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Installa",
        "text": "Installa il model skill per questa linea di modello.",
        "url": "https://runapi.ai/it/models/gpt/6-astra#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configura",
        "text": "Imposta il campo model con l'ID completo del model mostrato in questa pagina.",
        "url": "https://runapi.ai/it/models/gpt/6-astra#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Invia",
        "text": "Invia una richiesta tipizzata con prompt, input e impostazioni di callback.",
        "url": "https://runapi.ai/it/models/gpt/6-astra#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "Ricevi",
        "text": "Leggi la risposta del task, il callback webhook o l'URL dell'output in cache da RunAPI.",
        "url": "https://runapi.ai/it/models/gpt/6-astra#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Come seleziono gpt-6-astra?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Passa l'ID del modello mostrato nel quickstart."
        }
      },
      {
        "@type": "Question",
        "name": "Qual è il rate limit di questa variante?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "I limiti per chiave scalano in base al tier di utilizzo. Consulta la pagina prezzi per i limiti attuali."
        }
      },
      {
        "@type": "Question",
        "name": "Posso cambiare variante in seguito?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Sì — la variante è un flag. Puoi cambiarla modificando il parametro model."
        }
      },
      {
        "@type": "Question",
        "name": "Fa streaming?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Dove lo streaming è disponibile, RunAPI esegue lo streaming end-to-end."
        }
      },
      {
        "@type": "Question",
        "name": "Dove posso segnalare problemi di qualità?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Apri un issue nel repository GitHub pubblico oppure scrivi all’assistenza."
        }
      }
    ]
  }
]
```
