Table of Contents

Namespace Glitch9.AIDevKit.Ollama

Classes

ChatDeltaResponse
ChatResponse
CopyModelRequest
CreateModelRequest
DeleteModelRequest
EmbedRequest

/embed 텍스트(또는 이미지)를 벡터로 변환하는 API 모델 이름, 입력, 옵션 등을 지정하여 임베딩 수행

EmbedResponse

The response from the /embed endpoint. Contains embedding vectors and metadata.

GenerateResponse
ListModelsResponse

This is not LIST. This is GET. Response object containing a list of models available in the local system.

ModelDetails

Detailed metadata about a model.

ModelStreamResponse

It's a stream of JSON objects.

OllamaClient
OllamaModel
OllamaModelData

Information about a single locally available model.

OllamaModelSettings

This class defines a flexible set of parameters that control how text is generated by a language model. These options are entirely optional, but tuning them allows for precise control over randomness, token filtering, sampling behavior, and performance tuning.

OllamaRequest
OllamaResponse
OllamaSettings
OllamaTextRequest
OllamaTextResponse
PushPullModelRequest