22 lines
382 B
TOML
22 lines
382 B
TOML
name = "usdcode"
|
|
description = "Nemotron model for efficient reasoning, coding, and specialized AI agents"
|
|
release_date = "2026-01-01"
|
|
last_updated = "2026-01-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|