Files
langflow/docs/versioned_docs/version-1.10.0/_partial-global-model-providers.mdx
Mendon Kissling 2411d8036e docs: build OpenAPI spec and cut version 1.10 (#13537)
* build-api

* bump-version-to-1.10

* fix-broken-links
2026-06-08 18:25:14 +00:00

19 lines
1.2 KiB
Plaintext

import Icon from "@site/src/components/icon";
To edit Langflow's global model provider configuration, do the following:
1. To open the **Model Providers** pane, click your profile icon, select **Settings**, and then click <Icon name="Brain" aria-hidden="true"/> **Model Providers**.
2. In the **Model Providers** pane, select a provider.
3. In the **API Key** field, add your provider's API key. Some providers require additional configuration fields. For more information, see the model provider's documentation.
The key must have permission to call the models you want to use in your flow, and your account must have sufficient credits for the actions you want to perform.
You can only add one key for each provider. Make sure the key has access to _all_ models that you want to use in Langflow.
4. Click **Save**.
5. Enable the specific models that you want to use in Langflow.
The available models depend on the provider and your API key's permissions.
Models that generate text are listed under **Language Models**.
Models that generate embeddings are listed under **Embedding Models**.
After you enable a model in Langflow's global model configuration, you can use that model in any model-driven component in your flows.