OllamaClient.showModel

Retrieves detailed information about a specific model in a formatted JSON string.

class OllamaClient
string
showModel
(
string model
)

Parameters

model string

The name of the model to query.

Return Value

Type: string

A string containing the JSON-formatted model metadata, pretty-printed.

Meta