Ollama-Compatible API
List Models
List all available models on AJ STUDIOZ Cloud Infra (Ollama-compatible)
GET
List Models
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns a list of all models currently available on AJ STUDIOZ Cloud Infra. This endpoint is compatible with the OllamaGET /api/tags format.
Request
Headers
Bearer token:
Bearer YOUR_API_KEYResponse
Array of model objects, each containing:
The full model name including tag (e.g.
"gemma3:27b").Same as
name. The identifier to use in API requests.ISO 8601 timestamp when the model was added or updated.
Model size in bytes.
Short content digest hash for the model.
Additional model details (may contain empty fields):
parent_model— parent model if derivedformat— model serialization formatfamily— model familyparameter_size— human-readable parameter countquantization_level— quantization format
