Table of Contents

Class ShowModelResponse

Namespace
OllamaSharp.Models
Assembly
OllamaSharp.dll

Represents the response containing detailed model information.

public class ShowModelResponse
Inheritance
ShowModelResponse
Inherited Members

Properties

Capabilities

Gets or sets model capabilities such as completion and vision.

[JsonPropertyName("capabilities")]
public string[]? Capabilities { get; set; }

Property Value

string[]

Details

Gets or sets additional details about the model.

[JsonPropertyName("details")]
public Details Details { get; set; }

Property Value

Details

Info

Gets or sets extra information about the model.

[JsonPropertyName("model_info")]
public ModelInfo Info { get; set; }

Property Value

ModelInfo

License

Gets or sets the license for the model.

[JsonPropertyName("license")]
public string? License { get; set; }

Property Value

string

Modelfile

Gets or sets the Modelfile for the model.

[JsonPropertyName("modelfile")]
public string? Modelfile { get; set; }

Property Value

string

Parameters

Gets or sets the parameters for the model.

[JsonPropertyName("parameters")]
public string? Parameters { get; set; }

Property Value

string

Projector

Gets or sets extra information about the projector.

[JsonPropertyName("projector_info")]
public ProjectorInfo? Projector { get; set; }

Property Value

ProjectorInfo

System

Gets or sets the system prompt for the model.

[JsonPropertyName("system")]
public string? System { get; set; }

Property Value

string

Template

Gets or sets the template for the model.

[JsonPropertyName("template")]
public string? Template { get; set; }

Property Value

string