Table of Contents

Class ShowModelRequest

Namespace
OllamaSharp.Models
Assembly
OllamaSharp.dll

Show information about a model including details, modelfile, template, parameters, license, system prompt.
Ollama API docs

[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.Skip)]
public class ShowModelRequest : OllamaRequest
Inheritance
ShowModelRequest
Inherited Members

Properties

Model

Gets or sets the name of the model to show.

[JsonPropertyName("model")]
public string? Model { get; set; }

Property Value

string