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 -X GET https://api.woolball.xyz/v1/models/completions \ -H "Authorization: Bearer <YOUR_API_KEY>"
{ "data": [ { "model": "gpt2", "dtype": "float16" } ] }
Get available models for text completion
Show Model