25 lines
466 B
TOML
25 lines
466 B
TOML
name = "Nova 2 Pro"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
family = "nova-pro"
|
|
release_date = "2025-12-03"
|
|
last_updated = "2026-01-03"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = []
|
|
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"]
|