GPT-4 Turbo is a chat model from OpenAI in the GPT-4 family, offering a 128K token context window and vision input alongside function calling and JSON output modes.
| Provider | Input / 1M | Output / 1M |
|---|---|---|
| $5.00 | $15.00 | |
| $10.00 | $30.00 |
Prices updated daily. Last check: Sep 5, 2026
Input, output, and batch rates, plus alternatives, for one provider at a time.
Benchmarks measured Sep 2026. Scores are independent evaluations, not vendor-reported.
GPT-4 Turbo suits general-purpose GPT-4-class workloads where a large input window matters more than the newest capability set: summarizing and querying long contracts, filings, or research papers; retrieval-augmented chat over sizeable document sets; code explanation, refactoring suggestions, and review comments; and structured extraction where JSON mode plus function calling turns free text or screenshots into typed records. Vision input extends it to reading scanned pages, UI screenshots, dashboards, and diagrams. It is a reasonable fit for tool-driven agents that need multiple parallel tool calls per turn, and its dated snapshots make it workable for regulated or heavily tested deployments that need pinned behavior. For high-volume classification and cheap bulk labeling, smaller OpenAI tiers are usually the better economic choice, and for math- or science-heavy step-by-step reasoning, a dedicated reasoning model is the more direct option.
Pricing varies by provider, by pricing type (on-demand input and output token rates, batch discounts, cached input rates), and by contract. Input and output tokens are billed at different rates, and image inputs are billed based on resolution and detail settings. See the pricing table on this page for current per-provider figures.
Long-context work: document question answering, retrieval-augmented chat, code assistance, and structured extraction from text or images. Its 128K context window plus JSON mode and parallel tool calling make it a practical fit for agent loops and data-extraction pipelines.
The main differences are a 128K context window instead of 8K/32K, vision input, and API features such as JSON mode, parallel tool calls, and the seed parameter for reproducibility. It was also positioned as the higher-throughput option in the GPT-4 family.
OpenAI has released GPT-4o and o-series models since GPT-4 Turbo, and those generations are where newer capabilities appear. GPT-4 Turbo is most often kept in place for existing integrations that are already validated against a specific dated snapshot. If you are starting fresh, benchmark a newer model on your own evals before committing.
Yes. GPT-4 Turbo accepts image inputs alongside text, which covers screenshots, scanned documents, charts, and diagrams. Image tokens are billed separately from text tokens and depend on the image size and detail level requested.
No. The 128K figure is the combined context window, and the per-request output limit is considerably smaller. Plan long-form generation as multiple calls rather than a single response.