How to use Keywords AI AI gateway

1. Get your Keywords AI LLM proxy

After you create an account on Keywords AI, you can get your API key from the API keys page.

The API key will show up only once, Be careful and save it somewhere safe!

2. Integrate AI gateway into your codebase

Keywords AI offers various integration options, including: mainstream LLM frameworks and REST APIs.

If you are not using any LLM frameworks, you can use the standard API call to connect 250+ LLMs.

3. Add your credentials to activate AI gateway

For all AI gateway users, you have to add your own credentials to activate AI gateway. We will use your credentials to call LLMs on your behalf. For example, if you want to use OpenAI, you have to add your OpenAI API key to activate AI gateway.

We won’t use your credentials for any other purposes.

You can go to the Credentials page to add your credentials.

Learn how to add credentials to a specific provider here.

4. Parameters

We support all OpenAI parameters. which is the standard format for LLMs. You can check out important OpenAI parameters in this page. You can also learn more about OpenAI parameters here.

For Keywords AI parameters, you should use them when you want to achieve specific goals. For example, you can use fallback_models to specify fallback models when the primary model is down. You can check out all Keywords AI parameters in this page.