29 lines
542 B
TOML
29 lines
542 B
TOML
name = "Claude Haiku 3.5"
|
|
description = "Legacy model retained for compatibility with older integrations"
|
|
family = "claude-haiku"
|
|
release_date = "2024-10-22"
|
|
last_updated = "2024-10-22"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-07-31"
|
|
open_weights = false
|
|
status = "deprecated"
|
|
|
|
[cost]
|
|
input = 0.80
|
|
output = 4.00
|
|
cache_read = 0.08
|
|
cache_write = 1.00
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/anthropic" |