| name | appnz-forecast-api |
| description | Use this skill for app.nz time-series forecasting with Chronos-2 through POST /api/forecast, including numeric history, prediction_length, quantile levels, and credit billing. |
app.nz Forecast API
Use POST /api/forecast on app.nz. Authenticate with an app.nz bearer key unless the endpoint is explicitly public.
Workflow
- Choose
app/auto or a modality-specific auto model when possible.
- For exact provider routing, call
GET /api/gateway/resolve?model=MODEL.
- For provider-owned billing, store BYOK first with
/api/gateway/provider-keys.
- Run the request and inspect
X-Gateway-Provider and X-Gateway-Model for routed upstream details.
- Check
/api/usage when the user asks about spend.
Example
curl -sX POST https://app.nz/api/forecast \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{"values":[1,2,3,4,5,6,7],"prediction_length":3,"quantile_levels":[0.1,0.5,0.9]}'
Relevant Models
| Model | Modality | Aliases | Caps |
|---|
| chronos2 | forecast | forecast, time-series-forecast, cutedsl-chronos2, chronos-2 | - |