INPUT PRICE
Input / 1M tokens
file
OUTPUT PRICE
Input / 1M tokens
text
curl -X POST "https://gptproto.com/v1/messages" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-haiku-4-5-20251001",
"max_tokens": 1024,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Please analyze this PDF document and provide a summary of its content"
},
{
"type": "document",
"source": {
"type": "url",
"url": "https://www.bt.cn/data/api-doc.pdf"
}
}
]
}
]
}'
claude-haiku-4-5-20251001/file-analysis helps developers and teams rapidly summarize, extract, and organize information from large volumes of documents, streamlining file-heavy workflows.
A regulatory compliance team uses claude-haiku-4-5-20251001/file-analysis to process thousands of contracts and internal records per day. The model extracts key clauses, detects missing signatures, and quickly summarizes main obligations for legal staff. Automation has reduced manual labor and human error, letting auditors meet deadlines in high-pressure environments and freeing up staff for deeper analysis. This streamlined workflow supports annual audit cycles for large enterprises.
A hospital IT department implements claude-haiku-4-5-20251001/file-analysis to parse patient records during onboarding and triage. The model identifies diagnoses, procedures, and medication lists, outputting structured summaries for clinical review. It integrates into existing EHR software, saving clinicians time when assessing new patients and improving intake accuracy. This approach makes patient care more efficient and ensures all necessary information is presented up front.
A SaaS platform leverages claude-haiku-4-5-20251001/file-analysis for file ingestion into a searchable knowledge base. Customer-submitted documents are automatically summarized and tagged for relevance. The model’s high speed allows new uploads to be processed instantly, improving content discovery for end-users. This automated pipeline reduces onboarding friction and gives platform admins better oversight of file content, enhancing overall platform value.
Follow these simple steps to set up your account, get credits, and start sending API requests to claude-haiku-4-5-20251001 via Gptproto.

Create your free Gptproto account to begin. You can set up an organization for your team at any time.

Your balance can be used across all models on the platform, including claude-haiku-4-5-20251001, giving you the flexibility to experiment and scale as needed.

In your dashboard, create an API key — you’ll need it to authenticate when making requests to claude-haiku-4-5-20251001.

Use your API key with our sample code to send a request to claude-haiku-4-5-20251001 via Gptproto and see instant AI‑powered results.
User Reviews