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 令牌,選擇模型,然後發出第一個請求。
sk-...
https://bearlab.ai/v1
https://bearlab.ai
https://bearlab.space/v1
https://bearlab.space
curl https://bearlab.ai/v1/chat/completions \ -H "Authorization: Bearer $BEARLAB_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "your-model-id", "messages": [{"role": "user", "content": "你好"}] }'
your-model-id
GET /v1/models