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.
cURL
curl --request POST \ --url https://api.hubto.ai/v1/messages \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "max_tokens": 123, "messages": [ {} ] } '
Claude Messages 兼容接口。
{ "model": "claude-opus-4-7", "max_tokens": 512, "messages": [ { "role": "user", "content": "请介绍一下 HubTo。" } ] }