Files
2026-07-13 12:28:55 +08:00

25 lines
473 B
TOML

reasoning_options = []
name = "Nova 2 Lite"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "nova"
release_date = "2025-12-02"
last_updated = "2025-12-02"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = false
[cost]
input = 0.3
output = 2.5
[limit]
context = 1_000_000
output = 65_535
[modalities]
input = ["text", "image", "video", "pdf"]
output = ["text"]