32 lines
573 B
TOML
32 lines
573 B
TOML
name = "Nova 2 Lite"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
family = "nova"
|
|
release_date = "2025-12-02"
|
|
last_updated = "2024-12-01"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2024-10"
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 2.5
|
|
cache_read = 0.075
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 1_000_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|