Skip to content

Model list

Use this authenticated list before configuring a client or migrating a model. Normal OpenAI-compatible responses return IDs under data[]. Codex requests with client_version use a client manifest and must not be parsed as a generic list.

Configure

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

Use this authenticated list before configuring a client or migrating a model. Normal OpenAI-compatible responses return IDs under data[]. Codex requests with client_version use a client manifest and must not be parsed as a generic list.

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.