Namespace Glitch9.AIDevKit.Ollama
Classes
ChatDeltaResponse
ChatResponse
CopyModelRequest
CreateModelRequest
DefaultModelSettingsConverter
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.
Ollama
OllamaChatCompletionOptions
OllamaChatStreamParser
OllamaCompletionOptions
OllamaCompletionOptionsBase
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.
OllamaModelSettings.Builder
OllamaModelSettingsConverter
OllamaRequest
OllamaResponse
OllamaSettings
OllamaTextRequest
OllamaTextRequest.OllamaTextRequestBuilder<TBuilder, TRequest>
OllamaTextResponse
PushPullModelRequest
RequestExtensions
Extension methods for the all OpenAI requests that calls OpenAiClient's DefaultInstance to process the request.
ResponseExtensions
Response object wrapped with helper methods.