Claude 3.5 Sonnet (vision)

Popular
Anthropic
Multimodal

Anthropic Claude 3.5 Sonnet with image input. 200k context, strong on dense documents, tables, charts and handwriting. Reliable structured extraction from screenshots and scans.

Try Claude 3.5 Sonnet (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

Claude 3.5 Sonnet (vision) is multimodal AI model from Anthropic, priced at €0.003 per 1M input tokens with a 200K tokens context window.

About this model

Claude 3.5 Sonnet accepts text plus up to several images per request and returns text. It is one of the stronger models for document and chart understanding, table extraction, handwriting and diagram reading. 200k token context, 8k max output. Common uses: turning scanned forms and invoices into structured JSON, reading UI screenshots for agents, and answering questions grounded in figures. Uses the Anthropic Messages API.
Try Claude 3.5 Sonnet (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 Claude 3.5 Sonnet (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("claude-3-5-sonnet-vision", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("claude-3-5-sonnet-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("claude-3-5-sonnet-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
200,000 tokens
Max output
8,192 tokens
Developer
Anthropic
Category
Multimodal
Supported Formats
text
image
Tags
anthropic
vision
multimodal
document-qa
extraction

Frequently asked questions

Start using Claude 3.5 Sonnet (vision) today

Get started with free credits. No credit card required. Access Claude 3.5 Sonnet (vision) and 100+ other models through a single API.