Skip to content

Create an API Proxy for an Mistral AI API

Follow the steps below to create an AI API:


1. Access the API Platform Console

  1. Sign in to the API Platform Console and select your project.

2. Create an Mistral AI API

  1. Click +Create.
  2. Navigate to Create an API Proxy for Third-Party APIs (Egress) and click AI APIs.
  3. Select the Mistral Provider.

    Open-AI

  4. Configure the AI API details, such as:

    • API Name
    • Identifier
    • Version
    • AI Provider
    • Target Endpoint

    AI API Details

  5. Click Create to finalize the AI API creation.

Once created, the overview page of the new API appears.


3. Configure Backend Settings

  1. In the left navigation menu, click Develop, then select Policy.

    Policy

  2. Click endpoint Endpoint Configurations Endpoint-config

  3. Configure Endpoint Configurations to handle backend security authentication and authorization.

    API Key Header API Key
    Authorization Bearer xxxxxxxxxxxxxxxxx

    Endpoint-config

4. Deploy to development and Production Environments

  1. In the left navigation menu, click Deploy, Deploy to Development environment

    Dev-config

  2. Once it is deploy to development you can test it from Test Console.

  3. When you need to promote to production environment you have to provide endponit credentials for production setup.

    Prod-config


Next Steps

By following these steps, you can efficiently integrate Open AI services into your API Platform environment and manage them with ease.