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.
List available models on the Dria network.
GET /v1/models
curl https://inference.dria.co/v1/models \ -H "Authorization: Bearer dkn_live_..."
{ "data": [ { "id": "qwen3.5:9b", "object": "model", "created": 1710000000, "owned_by": "dria", "node_count": 12 }, { "id": "qwen2.5-vl:7b", "object": "model", "created": 1710000000, "owned_by": "dria", "node_count": 5 } ] }
id
object
"model"
created
owned_by
node_count