OllamaClient.showModel

Retrieves detailed information about a specific model.

class OllamaClient
@safe
string
showModel
(
string model
)

Parameters

model string

Model name to query.

Return Value

Type: string

Pretty-printed JSON string of model metadata.

Meta