GPT-4o (vision)

Popular
OpenAI
Multimodal

OpenAI's GPT-4o with native image input. Handles text and images in a single context, 128k window, strong on chart reading, document QA, screenshots and visual reasoning.

Try GPT-4o (vision) now
Send a single prompt and stream a response inline. Hit Cmd+Enter to submit.
Sign in to try this model with €5 free credits.
Sign in
Press Cmd+Enter to send
Response appears here.
TL;DR·Last updated June 24, 2026

GPT-4o (vision) is multimodal AI model from OpenAI, priced at €0.003 per 1M input tokens with a 128K tokens context window.

About this model

GPT-4o ('omni') is OpenAI's multimodal model that accepts interleaved text and image input and returns text. It reads photos, screenshots, charts, diagrams and scanned documents, and answers questions about them in the same conversation. 128k token context, 16k max output. Widely used for visual question answering, UI screenshot understanding, document extraction and image-grounded chat through the standard Chat Completions and Responses APIs.
Try GPT-4o (vision)

0.7

Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate GPT-4o (vision) into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("gpt-4o-vision", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("gpt-4o-vision", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("gpt-4o-vision", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Context window
128,000 tokens
Max output
16,384 tokens
Developer
OpenAI
Category
Multimodal
Supported Formats
text
image
Tags
openai
vision
multimodal
document-qa
vqa

Frequently asked questions

Start using GPT-4o (vision) today

Get started with free credits. No credit card required. Access GPT-4o (vision) and 100+ other models through a single API.