Skip to main content
GET
List Models

Overview

Returns a list of all models currently available on AJ STUDIOZ Cloud Infra. This endpoint is compatible with the Ollama GET /api/tags format.

Request

Headers

string
required
Bearer token: Bearer YOUR_API_KEY

Response

array
Array of model objects, each containing:
string
The full model name including tag (e.g. "gemma3:27b").
string
Same as name. The identifier to use in API requests.
string
ISO 8601 timestamp when the model was added or updated.
integer
Model size in bytes.
string
Short content digest hash for the model.
object
Additional model details (may contain empty fields):
  • parent_model — parent model if derived
  • format — model serialization format
  • family — model family
  • parameter_size — human-readable parameter count
  • quantization_level — quantization format

Example