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 GET \ --url https://flow.seekr.com/v1/flow/models \ --header 'Authorization: <api-key>'
{ "data": [ { "id": 123, "name": "<string>", "source": "<string>", "description": "<string>", "size": 123, "inference_available": true, "training_available": true, "deployment_available": true, "supports_lora": true, "vision_model": true, "internal_only": true, "logo": "<string>", "category": "<string>", "max_lora_rank": 1, "hf_revision": "<string>" } ] }
Retrieve a list of all available models.
Seekr API Key without 'Bearer' Prefix
Base
Instruct
Embedding
Successful Response
Show child attributes