# Add Integrations

Connect <ProductName /> to model or service providers, such as Hugging Face, Open AI, Cohere, or https://unstructured.io/. This lets you use their models or data processing services in your pipelines and indexes.

***

## About This Task

Adding an integration connects <ProductName /> with an external model or service provider. Once connected, you can use their services directly in your pipeline components, without passing the API key in the component's configuration.

For more information on integrations, see [Secrets and Integrations](/docs/concepts/secrets-and-integrations.mdx).

To standardize model configuration for reuse across pipelines, see [Add Custom Model Definitions](/docs/how-to-guides/managing-access/add-custom-model-definitions.mdx).

### Integration Scope

You can add integrations at either the workspace or organization level:

- Workspace-level integrations are available only to pipelines and indexes within that specific workspace.
- Organization-level integrations are available to all workspaces in the organization.

If the same provider is integrated at both levels, the workspace-level integration takes priority.

### Providers

<SupportedConnections />

### Prerequisites

- Make sure you have an active account with the provider.
- Have your API key or access credentials ready. For help getting credentials, see:
  - [User access tokens in Hugging Face](https://huggingface.co/docs/hub/security#user-access-tokens).
  - [Secret API keys in Open AI](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key)
  - [Production keys in co:here](https://docs.cohere.ai/docs/going-live#production-key-specifications)
  - [Model access in Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) 
  - [Getting access to Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/faq#getting-access-to-azure-openai-service) 
  - [Getting an API key for Gemini API](https://ai.google.dev/gemini-api/docs/api-key) 
  - [Nvidia personal keys](https://org.ngc.nvidia.com/setup/personal-keys) 
  - [Using Document Intelligence models](https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/how-to-guides/use-sdk-rest-api?view=doc-intel-4.0.0&tabs=windows&pivots=programming-language-csharp) 
  - [DeepL API](https://www.deepl.com/en/products/api)
  - [Snowflake website](https://www.snowflake.com/de/)
  - [unstructured.io documentation](https://docs.unstructured.io/welcome) 
  - [Google Search API](https://www.searchapi.io/)
  - [VoyageAI](https://www.voyageai.com/)
  - [MongoDB: Create an API key](https://www.mongodb.com/docs/cloud-manager/reference/api/api-keys/org/create-one-org-api-key/)
  - [together.ai Quickstart](https://docs.together.ai/docs/quickstart)
  - [Weights & Biases: How do I find my API key](https://docs.wandb.ai/support/find_api_key/)

## Connect to a Provider

<AddIntegration />
