29 lines
655 B
TOML
29 lines
655 B
TOML
# Native `/ai/run` schema documents no reasoning toggle, effort, or token
|
|
# budget for this reasoning-only model.
|
|
# https://developers.cloudflare.com/workers-ai/models/qwq-32b/sync-input.json (accessed 2026-06-25)
|
|
|
|
name = "Qwq 32B"
|
|
description = "Qwen reasoning model for deliberate problem solving, math, and coding"
|
|
family = "qwen"
|
|
release_date = "2025-03-05"
|
|
last_updated = "2025-03-05"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.66
|
|
output = 1
|
|
|
|
[limit]
|
|
context = 24_000
|
|
output = 24_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|