LM Providers

Language Model (LM) Providers are the outside AI services QAnswer talks to: the models that write answers, the ones that turn your documents into searchable vectors, and the tools that search the web, generate images or transcribe audio. This section explains what they are, where they are managed, and what each kind is for.

This page is the platform's entry point: what you configure in the admin space becomes the catalogue every organization starts from, and the fallback for anyone who has not chosen otherwise.

The five kinds of provider

Each tab of the LM Providers page holds one kind of provider, and each kind has its own page in this documentation. You do not have to configure all of them — start with the ones your users actually need.

  • LLMthe models that read a question and write the answer. This is what users pick in the model selector of the chat.
  • Embedderthe models that turn documents into vectors so an assistant can search them. Every assistant is tied to one embedder.
  • Image Generationlets the chat and your assistants create images from a text prompt.
  • Speech-to-Textpowers the microphone button in the chat, so users can dictate instead of typing.
  • Web Searchlets a model look things up on the live web during a conversation.

Opening the page

In the Administration menu, click LM Providers.

LM Providers in the admin space menu

The page opens on the LLM tab. The tabs across the top switch between the five kinds of provider; everything below the tabs works the same way on every tab.

What is specific to the platform level

What is specific to the platform level:

  • Every provider here belongs to the platform, so every row carries the gear and the bin — you can edit and delete all of them.
  • Providers created here can be activated by every organization. Deleting one is only possible while no organization depends on it.
  • When you create a provider, Enable for all organizations decides whether organizations get it switched on immediately or have to activate it themselves.
  • Guardrails on LLM providers are usually configured here, so they apply wherever the model is used — see Guardrails.

Where you manage providers

The same LM Providers page exists at four levels. It looks and works the same everywhere — what changes is who your choices apply to.

  • Platformthe admin space of the installation. Providers created here form the catalogue of the whole platform: every organization can see and activate them. Reserved for platform administrators.
  • Organizationthe organization settings. Organization admins activate platform providers for their organization, add their own, and pick the organization defaults.
  • Teamthe same organization settings with a team selected in the workspace switcher. Team admins choose which of the organization's providers their team uses.
  • Your workspaceLM Providers in the main left menu. Everyone can pick their personal defaults there and plug in their own API keys.

This is what the page looks like at each level:

The LLM tab of the LM Providers page
Each level picks its own default

Each level picks its own default provider. When several levels have set one, the most specific level wins: personal over team, team over organization, organization over platform.

If you are setting this up for the first time

Do the minimum first: on the LLM tab, switch one model on and click Set as default, then do the same on the Embedder tab. Your organization can chat and build assistants with just those two. Image generation, speech-to-text and web search are optional extras you can add later.

This page is just the entry point

How the list, the defaults, testing, adding and import/export work is described once for all levels in Managing LM Providers. What it all costs is in Usage and Costs.