Skip to content

Anthropic Messages

Use POST /v1/messages with anthropic-version for Anthropic-compatible clients. The usual SDK base URL is the site root, so it appends /v1/messages once.

bash
curl 'https://ai.tavonilo.com/v1/messages' -H "x-api-key: $AI_SHOP_API_KEY" -H 'anthropic-version: 2023-06-01' -H 'content-type: application/json' -d '{"model":"your-console-model","max_tokens":300,"messages":[{"role":"user","content":"Hello"}]}'

Safe operation

The console is authoritative for models and prices. Support will never need your API key, password, verification code, full private prompt or payment credentials.

API access is subject to the AIShop service terms.