OptionalapiAPI key for Ollama (if secured). Defaults to "ollama" as commonly used.
OptionaldefaultThe default Ollama model ID to use (e.g., 'llama3', 'mistral').
This can be overridden by RuntimeProviderConfig.modelId or CallOptions.model.
It's recommended to set this if you primarily use one model with Ollama.
OptionalollamaThe base URL for the Ollama API. Defaults to 'http://localhost:11434'. The '/v1' suffix for OpenAI compatibility will be added automatically.
Configuration options required for the
OllamaAdapter.