Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a Virtual Private Server for just Rp 20,000 - the perfect fit for your server needs. Get here
{ "data": [ { "type": "model", "id": "<string>", "display_name": "<string>", "created_at": "<string>", "context_window": 123, "max_output_tokens": 123 } ], "has_more": true, "first_id": "<string>", "last_id": "<string>" }
{ "type": "error", "error": { "type": "invalid_request_error", "message": "<string>", "code": "<string>", "param": "<string>" } }
Get a list of models available via the Anthropic-compatible API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes