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.
取得目前 API 令牌可以呼叫的模型。
BearLab 模型頁面
curl https://bearlab.ai/v1/models \ -H "Authorization: Bearer $BEARLAB_API_KEY"
data[].id
{ "object": "list", "data": [ {"id": "your-model-id", "object": "model"} ] }