28 lines
498 B
TOML
28 lines
498 B
TOML
name = "INTELLECT-3"
|
|
description = "Legacy model retained for compatibility with older integrations"
|
|
attachment = false
|
|
reasoning = false
|
|
status = "deprecated"
|
|
tool_call = true
|
|
structured_output = true
|
|
temperature = true
|
|
knowledge = "2025-10"
|
|
release_date = "2026-01-25"
|
|
last_updated = "2026-02-04"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.20
|
|
output = 1.10
|
|
cache_read = 0.02
|
|
cache_write = 0.25
|
|
|
|
[limit]
|
|
context = 128_000
|
|
input = 120_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|