Skip to main content
POST
Show Model

Overview

Returns detailed information about a specific model, including its parameters, template, and system prompt. Compatible with Ollama’s POST /api/show format.

Request

Headers

string
required
Bearer token: Bearer YOUR_API_KEY

Body

string
required
The model name to get information about. See available models.
boolean
default:"false"
If true, returns full verbose data including layer information.

Response

object
Detailed model information including architecture and capabilities.
string
The prompt template used by the model.
string
Default system prompt for the model (if any).
object
Model details:
  • parent_model
  • format
  • family
  • families
  • parameter_size
  • quantization_level
string
ISO 8601 timestamp of when the model was last modified.

Example