anomalyco--models.dev
27 行
669 B
TOML
27 行
669 B
TOML
name = "Claudinio"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
# The configured OpenAI effort shape is `reasoning_effort = low|medium|high`,
|
|
# but the published request list documents no reasoning control or budget.
|
|
# https://claudin.io/docs/api-reference/ (accessed 2026-06-25)
|
|
release_date = "2026-05-12"
|
|
last_updated = "2026-06-02"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = []
|
|
tool_call = true
|
|
open_weights = false
|
|
knowledge = "2026-05"
|
|
|
|
[cost]
|
|
input = 0.50
|
|
output = 2.00
|
|
cache_read = 0.150
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio", "video"]
|
|
output = ["text"]
|