---
title: "Show model details"
method: POST
path: "/api/show"
---

# Show model details

`POST /api/show`

## Request body

- ShowRequest
  - `model` string, required — Model name to show
  - `verbose` boolean — If true, includes large verbose fields in the response.

## Response `200`

Model information

- ShowResponse
  - `parameters` string — Model parameter settings serialized as text
  - `license` string — The license of the model
  - `modified_at` string — Last modified timestamp in ISO 8601 format
  - `details` object — High-level model details
  - `template` string — The template used by the model to render prompts
  - `capabilities` string[] — List of supported features
  - `model_info` object — Additional model metadata

---

[API](https://skmtc.net/ollama/apis/ollama-api.md) · [All operations](https://skmtc.net/ollama/apis/ollama-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ollama/ollama-api/versions/9c660bb9a714/schema)
