23 lines
482 B
TOML
23 lines
482 B
TOML
name = "Interfaze Beta"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
release_date = "2025-10-07"
|
|
last_updated = "2026-04-29"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 1.5
|
|
output = 3.5
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|