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

# VoyageAI

> VoyageAI is an AI company that provides advanced language models and AI solutions for various applications.

## Getting Started

To integrate VoyageAI with your Rapida application, follow these steps:

# Supported Models

VoyageAI offers a range of embedding models that can be used with this integration. Here's a table of the supported models:

| Model Name              | Description                                               |
| ----------------------- | --------------------------------------------------------- |
| voyage-2                | General-purpose embedding model                           |
| voyage-code-2           | Specialized embedding model for code-related tasks        |
| voyage-finance-2        | Embedding model optimized for financial applications      |
| voyage-large-2          | Large-scale general-purpose embedding model               |
| voyage-large-2-instruct | Instruction-tuned version of the large embedding model    |
| voyage-law-2            | Embedding model tailored for legal and law-related tasks  |
| voyage-multilingual-2   | Multilingual embedding model supporting various languages |

These embedding models offer various capabilities and are optimized for different domains. Choose the appropriate model based on your specific use case and requirements.

Note: These models are specifically designed for generating embeddings, which are numerical representations of text that capture semantic meaning. They are particularly useful for tasks such as semantic search, clustering, and recommendation systems.

## Prerequisites

* Go to the VoyageAI platform at [https://www.voyageai.com](https://www.voyageai.com).
* Sign up or log in to your VoyageAI account.
* Navigate to the API section.
* Generate your API key.
* Copy the API key (make sure to save it securely, as it won't be shown again).

# Setting Up Provider Credentials

<Steps>
  <Step title="Access the Integrations Page">
    <img src="https://mintcdn.com/rapidaai/iFtJHOhZE0HHFT_Q/images/integration/providers/providers-and-models.png?fit=max&auto=format&n=iFtJHOhZE0HHFT_Q&q=85&s=1aa112ebaf44541a92bcac925df62cf8" alt="Integrations Page" width="3600" height="2024" data-path="images/integration/providers/providers-and-models.png" />

    Navigate to the "Integration > Models" page. Here you'll see a grid of various AI model providers including AWS Bedrock, Azure OpenAI, Anthropic, Cohere, VoyageAI, and more.
  </Step>

  <Step title="Select a Provider">
    On the Integrations page, find the VoyageAI provider card. Click the "Setup Credential" button for VoyageAI.
  </Step>

  <Step title="Create Provider Credential">
    <img src="https://mintcdn.com/rapidaai/aTDna6evYTn1qNX_/images/integration/providers/voyage_key.png?fit=max&auto=format&n=aTDna6evYTn1qNX_&q=85&s=588c7bb142505b8ea8968e97e93e0655" alt="Create Provider Credential" width="1242" height="698" data-path="images/integration/providers/voyage_key.png" />

    A modal window will appear titled "Create provider credential". Follow these steps:

    1. Select VoyageAI from the dropdown (if not already selected)
    2. Enter a Key Name: Assign a unique name to this provider key for easy identification
    3. Enter the Key: Input the actual API key for VoyageAI
    4. Click "Configure" to save the credential
  </Step>

  <Step title="Verify Credential Setup">
    After setting up the credential, you can verify it's been added:

    1. The VoyageAI provider card should now show "Connected"
    2. If you click on the provider, you'll see a "View provider credential" modal
    3. This modal displays the credential name, when it was last updated, and options to delete or close
  </Step>
</Steps>

Your VoyageAI provider credential is now set up and ready to use with the integration system.
