24 lines
516 B
TOML
24 lines
516 B
TOML
name = "Nova 2 Lite"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
family = "nova"
|
|
release_date = "2024-12-01"
|
|
last_updated = "2024-12-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.33
|
|
output = 2.75
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|