Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
O

GPT-5 nano

Indtast:$0.04/M
Output:$0.32/M
Kontekst:400K
Maks Output:128K
Udgivet:Oct 9, 2025

GPT-5 Nano er en AI-model leveret af OpenAI.

Ny
Kommersiel brug

Playground for GPT-5 nano

Udforsk GPT-5 nano's Playground โ€” et interaktivt miljรธ til at teste modeller og kรธre forespรธrgsler i realtid. Prรธv prompts, juster parametre og iterer รธjeblikkeligt for at fremskynde udvikling og validere use cases.

GPT-5 Nano is the ultra-light, low-latency variant of OpenAIโ€™s GPT-5 family, designed for cost-sensitive, real-time, and high-throughput applications where speed and price matter more than deep multi-step reasoning. It keeps the GPT-5 instruction-following and safety improvements but trades off reasoning depth and some long-context capabilities to deliver very low latency and very low token cost.

Basic Information & Features

  • Model Name: gpt-5-nano
  • Multimodal Support: Text & Vision (up to 400K context tokens)
  • Context Window: 400,000 input tokens; 128,000 output tokens
  • Pricing
    :
    • Input: $0.05 per 1M tokens
    • Output: $0.40 per 1M tokens

Compared to GPT-5 main, GPT-5 nano trades off raw power for ultra-low latency and reduced cost, making it ideal for interactive applications where speed and budget are critical .

Technical Details

GPT-5 nano leverages the same transformer architecture as its larger siblings but incorporates advanced quantization and parameter pruning techniques to shrink its footprint. It features:

  • Minimal Reasoning: A streamlined reasoning pathway optimized for single-turn inference, emulating GPT-5โ€™s โ€œbuilt-in thinkingโ€ at reduced compute.
  • Verbosity Control: Adjustable verbosity parameter to fine-tune response length and detail.
  • Efficient Attention: Custom attention kernels for low-memory deployment without sacrificing the modelโ€™s ability to handle long sequences.

When benchmarked against GPT-4 o mini, GPT-5 nano demonstrates up to 2ร— faster throughput on identical hardware, thanks to its lightweight design .


Benchmark Performance

Although GPT-5 main leads in absolute performance, GPT-5 nano delivers competitive accuracy on key benchmarks:

  • SWE-Bench (Software Engineering): Achieves ~75% of GPT-5 mainโ€™s code-generation accuracy while reducing inference time by ~50%.
  • HealthBench: Maintains ~80% of clinical reasoning performance of GPT-5 main, suitable for basic triage and summary tasks .
  • Multilingual Tests: Retains robust support across 12 languages, declining by less than 10% in translation quality compared to GPT-5 main .

These results underscore GPT-5 nanoโ€™s suitability for cost-sensitive and latency-critical environments where slight trade-offs in accuracy are acceptable.


Model Version & Lineage

  • Model Card Name: gpt-5-nano
  • Knowledge Cut-off: May 30, 2024 for nano variant
  • Position in Family
    :
    • Replaces GPT-4.1 nano as the entry-level offering
    • Sits below GPT-5 mini and GPT-5 main in the performance hierarchy

The nano variant inherits improvements from GPT-5 mainโ€™s training, including reduced hallucinations and structural reasoning, albeit at a smaller scale.


Limitations

While GPT-5 nano excels in speed and cost, it has inherent drawbacks:

  • Reduced Depth: Limited capacity for multi-step reasoning compared to GPT-5 main, making it less ideal for complex planning tasks.
  • Higher Hallucination Rate: Slightly elevated risk of generating incorrect details under ambiguous prompts.
  • Lower Contextual Recall: Although the raw token window is large, internal mechanisms favor recent context, potentially overlooking earlier details in very long dialogues .

Developers should weigh these constraints when choosing GPT-5 nano for applications demanding high factual integrity.


Use Cases

GPT-5 nano shines in scenarios where real-time responses and cost control are paramount:

  1. Mobile Assistants: On-device chatbots for messaging apps, delivering instant replies without cloud overhead.
  2. IoT Interfaces: Voice-enabled controls in smart home devices, capitalizing on low-latency inference.
  3. Edge Analytics: Summarizing sensor data locally before batching uploads, reducing bandwidth usage.
  4. Educational Tools: Lightweight tutoring bots that operate in-browser or on low-end hardware, providing interactive learning.

Compared to running GPT-5 main in a heavy cloud environment, nano enables distributed deployment at scale with predictable per-token costs.

How do I start using the gpt-5-nano API?

Required Steps

  • Log in to cometapi.com. If you are not our user yet, please register first
  • Get the access credential API key of the interface. Click โ€œAdd Tokenโ€ at the API token in the personal center, get the token key: sk-xxxxx and submit.
  • Get the url of this site: https://api.cometapi.com/

Use Method

  1. Select the โ€œ**gpt-5-nano**โ€ / "gpt-5-nano-2025-08-07" endpoint to send the API request and set the request body. The request method and request body are obtained from our website API doc. Our website also provides Apifox test for your convenience.
  2. Replace <YOUR_API_KEY> with your actual CometAPI key from your account.
  3. Insert your question or request into the content fieldโ€”this is what the model will respond to.
  4. . Process the API response to get the generated answer.

CometAPI provides a fully compatible REST APIโ€”for seamless migration. Key details to API doc:

  • Core Parameters: prompt, max_tokens_to_sample, temperature, stop_sequences
  • Endpoint: https://api.cometapi.com/v1/chat/completions
  • Model Parameter: โ€œgpt-5-nanoโ€ / "gpt-5-nano-2025-08-07"
  • Authentication: Bearer YOUR_CometAPI_API_KEY
  • Content-Type: application/json .

API Call Instructions: gpt-5-chat-latest should be called using the standard /v1/chat/completions format. For other models (gpt-5, gpt-5-mini, gpt-5-nano, and their dated versions), using the /v1/responses format is recommended.Currently two modes are available.

Priser for GPT-5 nano

Udforsk konkurrencedygtige priser for GPT-5 nano, designet til at passe til forskellige budgetter og brugsbehov. Vores fleksible planer sikrer, at du kun betaler for det, du bruger, hvilket gรธr det nemt at skalere, efterhรฅnden som dine krav vokser. Opdag hvordan GPT-5 nano kan forbedre dine projekter, mens omkostningerne holdes hรฅndterbare.

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Indtast:$0.04/M
Output:$0.32/M
Indtast:$0.05/M
Output:$0.4/M
-20%

Eksempelkode og API til GPT-5 nano

GPT-5 Nano is the ultra-light, low-latency variant of OpenAIโ€™s GPT-5 family, designed for cost-sensitive, real-time, and high-throughput applications where speed and price matter more than deep multi-step reasoning. It keeps the GPT-5 instruction-following and safety improvements but trades off reasoning depth and some long-context capabilities to deliver very low latency and very low token cost.

curl https://api.cometapi.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "gpt-5-nano-2025-08-07",
    "input": "Tell me a three sentence bedtime story about a unicorn."
  }'

cURL Code Example

curl https://api.cometapi.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "gpt-5-nano-2025-08-07",
    "input": "Tell me a three sentence bedtime story about a unicorn."
  }'

Python Code Example

from openai import OpenAI
import os

# Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
COMETAPI_KEY = os.environ.get("COMETAPI_KEY") or "<YOUR_COMETAPI_KEY>"
BASE_URL = "https://api.cometapi.com/v1"

client = OpenAI(base_url=BASE_URL, api_key=COMETAPI_KEY)
response = client.responses.create(
    model="gpt-5-nano-2025-08-07", input="Tell me a three sentence bedtime story about a unicorn."
)

print(response)

JavaScript Code Example

import OpenAI from "openai";

// Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
const api_key = process.env.COMETAPI_KEY;
const base_url = "https://api.cometapi.com/v1";

const openai = new OpenAI({
  apiKey: api_key,
  baseURL: base_url,
});

const response = await openai.responses.create({
  model: "gpt-5-nano-2025-08-07",
  input: "Tell me a three sentence bedtime story about a unicorn.",
});

console.log(response);

Uptime

Anmodningssuccessrate over de seneste 30 dage, der afspejler pรฅlideligheden hos hver modeludbyder. CometAPI overvรฅger alle tilsluttede udbydere i realtid, 24/7.

RespondLIVE
2109msAvg. Response
UptimeLIVE
91.6%Avg. Uptime