26 lines
596 B
TOML
26 lines
596 B
TOML
# Sources (accessed 2026-07-11):
|
|
# - Pricing and model details: https://app.wafer.ai/models
|
|
# - Reasoning controls: https://docs.wafer.ai/serverless/api-reference#reasoning-controls
|
|
base_model = "minimax/MiniMax-M3"
|
|
structured_output = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "low", "medium", "high", "max"] }]
|
|
|
|
[cost]
|
|
input = 0.33
|
|
output = 1.32
|
|
cache_read = 0.07
|
|
cache_write = 0
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 512_000 }
|
|
input = 0.66
|
|
output = 2.64
|
|
cache_read = 0.13
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|