7-Step Wizard — Strict Auto-Tune
Strict mode: auto-tunes β until error ≤ 0.1%.
| Endpoint | POST /api/framework/solve/strict |
| Auth | none |
| Rate limit | 20/min |
| Category | ecosystem |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Experiment description. |
koSettings | object | No | Operator 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.