Skip to main content
The models endpoint returns the set of models currently available across the Darkbloom provider network. The response extends the OpenAI model list format with Darkbloom-specific metadata: how many providers are serving each model, whether any of those providers are attested, and their aggregate trust level. Use this endpoint to discover which model IDs are valid for inference requests and to check real-time network availability before sending a request.

Authentication

This endpoint requires a Bearer token:

Response

string
Always "list".
object[]
Array of model objects.

Available models

Example

cURL

Example response