Skip to main content

7-Step Wizard — Strict Auto-Tune

Strict mode: auto-tunes β until error ≤ 0.1%.

EndpointPOST /api/framework/solve/strict
Authnone
Rate limit20/min
Categoryecosystem

Parameters

NameTypeRequiredDescription
promptstringYesExperiment description.
koSettingsobjectNoOperator weights.

Returns

{ ...solverResult, betaFinal, tuneIterations, tuneStatus }

Example

curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"prompt": "<prompt>",
"koSettings": {}
}' \
"https://zeqsdk.com/api/framework/solve/strict"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/wizard-strict.