Theia API Documentation v1.71.0
    Preparing search index...
    interface OllamaModelDescription {
        id: string;
        model: string;
        reasoningSupport?: ReasoningSupport;
    }
    Index

    Properties

    id: string

    The identifier of the model which will be shown in the UI.

    model: string

    The name or ID of the model in the Ollama environment.

    reasoningSupport?: ReasoningSupport

    When set, the chat exposes a reasoning selector for this model. Defaults to OLLAMA_REASONING_SUPPORT; Ollama checks at request time whether the model supports thinking, so this is safe to leave on for any model.