23 lines
501 B
TOML
23 lines
501 B
TOML
base_model = "alibaba/qwen3.6-35b-a3b"
|
|
name = "Umans Flash"
|
|
temperature = false
|
|
# Live metadata: levels none/low/medium/high, default medium, and
|
|
# `can_disable=true` (accessed 2026-06-25).
|
|
# https://api.code.umans.ai/v1/models/info
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
output = 262_144
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|