> ## 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.

# External model APIs

> Control and secure agent access to AI models from OpenAI, Anthropic, Mistral, and other top providers behind the Blaxel Global Inference Network.

You can query any LLM or other generative AI model from top API providers via Blaxel, in order to benefit from a **unified layer of access control and telemetry,** especially when running whole AI agents.

## Creating a model endpoint on Blaxel

Adding model endpoints from external providers on Blaxel gives you single endpoints to call the model on the same base URL, rather than calling each provider separately. Blaxel handles the authentication, authorization and monitoring automatically for you.

This is done in a two step process:

1. First, you need to create a workspace integration that will contain the credentials to connect to your model API provider. Check out the dedicated documentation for each available integration.
2. Second, you can create a dedicated endpoint for a specific model from this provider. You will need to choose the model from the list of available models for the provider.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Models/External-model-apis/c36458c0-c3e5-48bd-988a-62213d7dd489.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=54da8345b18ef90e46ceea3a4a1276c2" alt="Screenshot 2024-12-05 at 6.59.49 PM.webp" width="1898" height="1699" data-path="Models/External-model-apis/c36458c0-c3e5-48bd-988a-62213d7dd489.webp" />

You can then query the model using its [dedicated global inference endpoint](/Models/Query-a-model). Any call to this endpoint will be passed to the underlying provider.

## Provider reference

The following providers are available:

* [OpenAI](../Integrations/OpenAI)
* [Anthropic](../Integrations/Anthropic)
* [Mistral AI](../Integrations/MistralAI)
* [Cohere](../Integrations/Cohere)
* [xAI](../Integrations/xAI)
* [DeepSeek](../Integrations/DeepSeek)
