33 lines
674 B
TOML
33 lines
674 B
TOML
# Zeldoc publishes no API reference or documented toggle, effort, or token budget.
|
|
# https://docs.zeldoc.ai/ (accessed 2026-06-25)
|
|
name = "Z-Code"
|
|
description = "Coding model for repository understanding, refactors, and agentic engineering tasks"
|
|
release_date = "2026-04-15"
|
|
last_updated = "2026-04-15"
|
|
attachment = false
|
|
reasoning = true
|
|
knowledge = "2025-01"
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["high", "max"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|