25 lines
467 B
TOML
25 lines
467 B
TOML
name = "Nova Premier 1.0"
|
|
description = "Flagship model for demanding analysis, coding, and production agent workflows"
|
|
family = "nova"
|
|
release_date = "2025-10-31"
|
|
last_updated = "2025-10-31"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2.5
|
|
output = 12.5
|
|
cache_read = 0.625
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|