> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cohere integration

> Set up the Cohere integration on Blaxel to call Cohere models through a unified endpoint with centralized access control and observability.

The Cohere integration allows Blaxel users to **call Cohere models using a Blaxel endpoint** in order to unify access control, credentials and observability management.

The integration must be set up by an [admin](../Security/Workspace-access-control) in the Integrations section in the [workspace settings](../Security/Workspace-access-control).

## Set up the integration

In order to use this integration, you must register a Cohere access token into your Blaxel workspace settings. First, generate a [Cohere API key](https://docs.cohere.com/v2/docs/rate-limits) from [the Cohere platform](https://dashboard.cohere.com/api-keys).

On Blaxel, in Workspace Settings > Cohere integration, create a new connection and paste this token into the “API key” section.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Integrations/Cohere/Screenshot_2024-12-06_at_2.13.40_PM.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=91d7c59c67c169d524893d0062aec0a1" alt="Screenshot 2024-12-06 at 2.13.40 PM.webp" width="2214" height="1178" data-path="Integrations/Cohere/Screenshot_2024-12-06_at_2.13.40_PM.webp" />

## Connect to a Cohere model

Once you’ve set up the integration in the workspace, any workspace member can use it to reference a Cohere model as an [external model API](../Models/External-model-apis).

When creating a model API, select Cohere. You can search for any model from the Cohere catalog.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Integrations/Cohere/Screenshot_2024-12-06_at_2.14.58_PM.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=095eb093d437c2eb408afbe1a19cdb6f" alt="Screenshot 2024-12-06 at 2.14.58 PM.webp" width="1444" height="1544" data-path="Integrations/Cohere/Screenshot_2024-12-06_at_2.14.58_PM.webp" />

After the model API is created, you will receive a dedicated global Blaxel endpoint to call the model. Blaxel will forward inference requests to Cohere, using your Cohere credentials for authentication and authorization.

<Info>Because your own credentials are used, any inference request on this endpoint will incur potential costs on your Cohere account, as if you queried the model directly on Cohere.</Info>
