# GPT-4.1 nano

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown versions of documentation pages are available by appending `.md` to the page URL.

> Fastest, most cost-efficient version of GPT-4.1

Model ID: `gpt-4.1-nano`

GPT-4.1 nano excels at instruction following and tool calling. It features a 
1M token context window, and low latency without a reasoning step.

Note that we recommend starting with [GPT-5 nano](/api/docs/models/gpt-5-nano) for 
more complex tasks.

## Model details

- Default snapshot: `gpt-4.1-nano-2025-04-14`
- Input modalities: text, image
- Output modalities: text
- 1,047,576 context window
- 32,768 max output tokens
- Jun 01, 2024 knowledge cutoff

## Pricing

Pricing is based on the number of tokens used, or other metrics based on the model type. For tool-specific models, like search and computer use, there’s a fee per tool call. See details in the [pricing page](/api/docs/pricing).

### Text tokens

| Metric | Price | Unit |
| --- | ---: | --- |
| Input | $0.1 | 1M tokens |
| Cached input | $0.025 | 1M tokens |
| Output | $0.4 | 1M tokens |

## Endpoints

| Endpoint | Route | Support |
| --- | --- | --- |
| Live | `v1/live/sessions` | Not supported |
| Chat Completions | `v1/chat/completions` | Supported |
| Responses | `v1/responses` | Supported |
| Realtime | `v1/realtime` | Not supported |
| Realtime translation | `v1/realtime/translations` | Not supported |
| Realtime transcription | `v1/realtime/transcription_sessions` | Not supported |
| Assistants | `v1/assistants` | Supported |
| Batch | `v1/batch` | Supported |
| Fine-tuning | `v1/fine-tuning` | Supported |
| Embeddings | `v1/embeddings` | Not supported |
| Image generation | `v1/images/generations` | Not supported |
| Videos | `v1/videos` | Not supported |
| Image edit | `v1/images/edits` | Not supported |
| Speech generation | `v1/audio/speech` | Not supported |
| Transcription | `v1/audio/transcriptions` | Not supported |
| Translation | `v1/audio/translations` | Not supported |
| Moderation | `v1/moderations` | Not supported |
| Completions (legacy) | `v1/completions` | Not supported |

## Supported features

- predicted_outputs
- streaming
- function_calling
- file_search
- file_uploads
- structured_outputs
- image_input
- prompt_caching
- fine_tuning

## Supported tools

Tools supported by this model when using the Responses API.

- function_calling
- file_search
- image_generation
- code_interpreter
- mcp

## Quick comparison

| Model | Input | Cached input | Output |
| --- | ---: | ---: | ---: |
| GPT-4.1 nano | $0.1 | $0.025 | $0.4 |
| GPT-4.1 Mini | $0.4 | $0.1 | $1.6 |
| GPT-5 nano | $0.05 | $0.005 | $0.4 |

## Snapshots

Snapshots let you lock in a specific version of the model so that performance and behavior remain consistent. Below is a list of all available snapshots and aliases for GPT-4.1 nano.

- `gpt-4.1-nano-2025-04-14`

## Rate limits

Rate limits ensure fair and reliable access to the API by placing specific caps on requests, tokens, audio duration, or other usage within a given time period. Your usage tier determines how high these limits are set and automatically increases as you send more requests and spend more on the API.

### Standard

| Tier | RPM | RPD | TPM | Batch queue limit |
| --- | ---: | ---: | ---: | ---: |
| Tier 1 | 500 | 10,000 | 200,000 | 2,000,000 |
| Tier 2 | 5,000 | - | 2,000,000 | 20,000,000 |
| Tier 3 | 5,000 | - | 4,000,000 | 40,000,000 |
| Tier 4 | 10,000 | - | 10,000,000 | 1,000,000,000 |
| Tier 5 | 30,000 | - | 150,000,000 | 15,000,000,000 |

### Long Context

> 128k input tokens

| Tier | RPM | TPM | Batch queue limit |
| --- | ---: | ---: | ---: |
| Tier 1 | 200 | 400,000 | 5,000,000 |
| Tier 2 | 500 | 1,000,000 | 40,000,000 |
| Tier 3 | 1,000 | 2,000,000 | 80,000,000 |
| Tier 4 | 2,000 | 10,000,000 | 200,000,000 |
| Tier 5 | 8,000 | 20,000,000 | 2,000,000,000 |
