V1Models
List all models
Get all available AI models in OpenAI-compatible format
curl -X GET "https://api-beta.daydreams.systems/v1/models"
{
"object": "list",
"data": [
{
"id": "string",
"object": "model",
"created": 0,
"owned_by": "string",
"permission": [
null
],
"root": "string",
"parent": "string"
}
]
}
{
"error": "Internal server error",
"code": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred while processing your request"
}