25 lines
469 B
TOML
25 lines
469 B
TOML
name = "Nova Lite"
|
|
description = "Efficient model for low-latency assistance, extraction, and routine automation"
|
|
family = "nova-lite"
|
|
release_date = "2024-12-03"
|
|
last_updated = "2024-12-03"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.06
|
|
output = 0.24
|
|
cache_read = 0.015
|
|
|
|
[limit]
|
|
context = 300_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|