Claude 3.5 Haiku
Claude 3.5 Haiku is a Anthropic model listed in the NextModel catalogue for General chat via Anthropic, API workloads workloads. Its listed price is $0.152 / 1M tokens input and $0.752 / 1M tokens output per 1M tokens, with a — token context window.
What is Claude 3.5 Haiku in NextModel?
Claude 3.5 Haiku is a Anthropic model listed in the NextModel catalogue for General chat via Anthropic, API workloads workloads. Its listed price is $0.152 / 1M tokens input and $0.752 / 1M tokens output per 1M tokens, with a — token context window.
Best use cases
- General chat via Anthropic
- API workloads
OpenAI-compatible code example
Keep the OpenAI SDK style, set base_url to NextModel, and use the catalogue model ID anthropic--claude-3.5-haiku.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="anthropic/claude-3.5-haiku",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)Similar alternatives
Available through the NextModel gateway via Anthropic.
Aion 1.0
80Available through the NextModel gateway via OpenRouter.
Available through the NextModel gateway via OpenRouter.
FAQ