# GPT-5.6

Alias for GPT-5.6 Sol, OpenAI's frontier reasoning and coding model with a 1.05M context window.

## Overview

- **Provider:** OpenAI
- **Model ID:** `gpt-5.6`
- **Type:** Chat
- **Canonical URL:** https://modelstack.cc/models/chat/gpt-5.6
- **Version:** v5.6
- **Knowledge cutoff:** 2026-02
- **Best for:** Advanced reasoning, terminal-based coding, complex agentic workflows, extended context

## Pricing

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

## Specifications

- **Context window:** 1.05M
- **Maximum output:** 128K
- **Typical latency:** 22 ms
- **Released:** 2026-06

## Capabilities

- chat
- tool_use
- vision
- coding

## API usage

Use this model ID in a ModelStack API request:

```json
{
  "model": "gpt-5.6"
}
```

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