Claude Haiku 4
Anthropic
Chat
Tool Calling
Vision
anthropic/claude-haiku-4
Run inference
python
from openai import OpenAI
client = OpenAI(
base_url="https://api.sylicaai.com/v1",
api_key="YOUR_SYLICA_API_KEY",
)
response = client.chat.completions.create(
model="anthropic/claude-haiku-4",
messages=[
{"role": "user", "content": "What are some fun things to do in New York?"}
],
)
print(response.choices[0].message.content)
AuthorAnthropic
ReleasedCatalog default
External linkhttps://docs.anthropic.com
CategoryChat
Context length200,000 tokens (200K)
Pricing (per 1M tokens)$0.80 in / $4.00 out
DeploymentPublished
Input modalitiesText, Image
Output modalitiesText
FeaturesChat, Tool Calling, Vision