23 lines
436 B
TOML
23 lines
436 B
TOML
name = "Amazon: Nova 2 Lite"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
release_date = "2024-12-01"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning_options = []
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 2.5
|
|
|
|
[limit]
|
|
context = 1000000
|
|
output = 65535
|
|
|
|
[modalities]
|
|
input = ["image", "pdf", "text", "video"]
|
|
output = ["text"]
|