Create


Object Hierarchy:

Object hierarchy for Create

Description:

public class Create : Base

API call to create a model using the Ollama create API endpoint.

Creates a new model using the Ollama create API. This is a "dumb" implementation that simply performs the API call with the provided parameters. No logic about when to create or how to name - the caller provides all parameters.

Supports all create API fields except messages. This call always streams status updates. See https://docs.ollama.com/api/create for the API specification.

Used internally by Model.customize() to create temporary model variants when custom num_ctx settings are needed.


Namespace: OLLMchat.Call
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface Json.Serializable