GET
/v1/schemas/anthropic/chat/v1%2Fmessages%2Fcount_tokens?kind=output
Accept:
Response body
1 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| input_tokens* | integer | The total number of tokens across the provided list of messages, system prompt, and tools. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"anthropic","endpointId":"v1/messages/count_tokens","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}