25 lines
544 B
TOML
25 lines
544 B
TOML
name = "Nova 2 Lite"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
family = "nova-lite"
|
|
release_date = "2025-12-01"
|
|
last_updated = "2025-12-01"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
reasoning = 0.0
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "pdf"]
|
|
output = ["text"]
|