Skip to content

Models and pricing

The public pricing page is the live catalog of models that the service currently publishes. Your key is the final authority for a call: query /v1/models before choosing a model, and do not infer an alias that is absent from that response.

Configure

bash
curl 'https://ai.tavonilo.com/v1/models' \
  -H "Authorization: Bearer $AI_SHOP_API_KEY"

GET /v1/models is the key-scoped availability check. Public pricing is informational; group, balance, model mapping, and live scheduling remain the final call-time gates.

Verify and recover

Check the key with /v1/models, make one small non-sensitive request, and retain only the timestamp, route, model, HTTP status, and request ID for support. A timeout does not prove a billable generation was not processed, so do not blindly replay long or image requests.

Security boundary

Use one key per device or workload. Never send an API key, auth.json, full private prompt, password, verification code, or payment data to support; revoke and replace a key immediately when exposure is suspected.

API access is subject to the AIShop service terms.