Table of Contents

Class OllamaResponse

public class OllamaResponse
Inheritance
object
OllamaResponse
Derived

Properties

InputTokenCount

Optional. Number of tokens in the prompt.

public int? InputTokenCount { get; set; }

Property Value

int?

LoadDuration

Optional. Time spent loading the model (in nanoseconds).

public long? LoadDuration { get; set; }

Property Value

long?

Model

Required. The model name.

public string Model { get; set; }

Property Value

string

TotalDuration

Optional. Time spent generating the response (in nanoseconds).

public long? TotalDuration { get; set; }

Property Value

long?