# GPT-4.1 Nano

One of the cheapest capable models available anywhere. OpenAI's answer to budget-conscious developers.

## Overview

- **Provider:** OpenAI
- **Model ID:** `gpt-4.1-nano`
- **Type:** Chat
- **Canonical URL:** https://modelstack.cc/models/chat/gpt-4.1-nano
- **Version:** 4.1-nano
- **Best for:** Ultra-low cost tasks, high-volume processing, simple queries

## Pricing

| Usage | Price |
| --- | ---: |
| Input | $0.1 / 1M tokens |
| Output | $0.4 / 1M tokens |
| Cache read | $0.025 / 1M tokens |
| Cache write (5 minutes) | $0.1 / 1M tokens |

## Specifications

- **Context window:** 1.05M
- **Maximum output:** 16K
- **Typical latency:** 5 ms
- **Released:** 2026-01

## Capabilities

- chat
- tool_use
- vision
- coding

## API usage

Use this model ID in a ModelStack API request:

```json
{
  "model": "gpt-4.1-nano"
}
```

For the rendered page, visit https://modelstack.cc/models/chat/gpt-4.1-nano.
