24 lines
464 B
TOML
24 lines
464 B
TOML
name = "LucidNova RF1 100B"
|
|
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
|
|
family = "nova"
|
|
release_date = "2024-12-28"
|
|
last_updated = "2025-09-10"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = false
|
|
tool_call = true
|
|
knowledge = "2025-09-16"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2.00
|
|
output = 5.00
|
|
|
|
[limit]
|
|
context = 120_000
|
|
output = 8_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |