Skip to main content

Claude 3.5 Haiku

Approved Data Classifications

Description

Claude 3.5 Haiku is Anthropic's Claude 3 family model for open-ended conversation, coding, text tasks, and vision use cases such as charts, graphs, and photos.

Capabilities

ModelKnowledge CutoffInputOutputContext LengthCost (per 1 million tokens)
claude-3.5-haikuJul 31 2024Text, Image, PdfText200,000$.80/1M input
$4.00/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "claude-3.5-haiku",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

References

  1. Anthropic
    https://www.anthropic.com
  2. LLM Stats
    https://llm-stats.com
  3. Artificial Analysis
    https://artificialanalysis.ai