23 lines
414 B
TOML
23 lines
414 B
TOML
name = "Free Models Router"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
release_date = "2026-02-01"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning_options = []
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 32768
|
|
|
|
[modalities]
|
|
input = ["image", "text"]
|
|
output = ["text"]
|