LLM Providers

LLM Providers in MLJAR Studio

MLJAR Studio can work with different LLM providers. You can use the built-in MLJAR AI provider, connect your own OpenAI API key, or run local models with Ollama. This gives you a flexible setup for AI-assisted data analysis, notebooks, and machine learning workflows.

The main decision is simple: use MLJAR AI for the fastest start, OpenAI for cloud model quality, and Ollama when local execution and data privacy are more important than convenience.

Supported LLM providers

Quick decision table

ProviderBest forSetupPrivacy profile
MLJAR AIQuick start and default workflowsNo setup, default providerManaged provider
OpenAIHigh-quality cloud modelsAPI key requiredCloud API provider
Ollama localPrivate local LLM workflowsInstall Ollama and modelRuns on your machine
Ollama cloudRemote model access with Ollama-compatible APIAPI key and model nameDepends on your endpoint

How provider setup works

All configurable providers follow the same save flow. First, fill in the required fields for the provider. Then click Test connection. MLJAR Studio checks whether the provider can be reached and whether the selected model is available.

If the test succeeds, the Save provider button becomes active. After you click Save provider, MLJAR Studio shows a success toast. The active provider name is then shown in the top chip in the sidebar with a green dot, which indicates that the connection is OK.

How to choose

  • Choose MLJAR AI if you want to start immediately. It is the default provider and does not require setup.
  • Choose OpenAI if you already use OpenAI and want to provide an API key and model name.
  • Choose Ollama local if you have a model downloaded and running locally.
  • Choose Ollama cloud if you want a remote Ollama provider and have an Ollama API key and model name.

Related pages

If you are not sure which setup is right for you, start with Local vs Cloud LLMs. If you already want local models, go directly to Ollama Local Setup.

« Previous
Code recipes
Next »
MLJAR AI