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

# Providers

> Connect your AI provider accounts by managing API keys for OpenAI, Google, Anthropic, Cohere, and Mistral.

The Providers page allows you to manage API keys for various AI providers that your Neurons can use. You can add multiple API keys for each provider, making it easy to manage different projects, environments, or billing accounts.

## Provider Management

<Frame caption="The Providers management page">
  <img src="https://mintcdn.com/prompteus/uTex2l3oayvFPLwX/images/providers.png?fit=max&auto=format&n=uTex2l3oayvFPLwX&q=85&s=f98253d9654c537a5eb3016704caae9a" width="3200" height="2160" data-path="images/providers.png" />
</Frame>

### Supported Providers

Prompteus currently supports the following AI providers in the [Call AI Model](/neurons/editor/nodes/call-ai-model) node:

* OpenAI
* Google - Generative AI
* Anthropic
* Cohere
* Mistral

Support for more providers is coming soon, including custom AI API endpoints. [Contact us](mailto:support@prompteus.com) if you need a specific provider or are interested in beta-testing a new provider.

### Managing API Keys

For each provider, you can:

* Add multiple API keys
* Give each key a friendly name
* Update existing keys
* Delete keys when they're no longer needed

When adding a new API key, you'll need to provide:

1. A friendly name (e.g., "Production API Key", "Testing Key")
2. The actual API key from your provider

### Multiple Keys Per Provider

You can add as many API keys as you want for each provider. This flexibility enables:

* Separate keys for development and production environments
* Different keys for various projects or teams
* Billing management across multiple accounts
* Backup keys for redundancy

<Warning>
  Never share your API keys or commit them to version control. If a key is compromised, immediately rotate it at your provider and update it in Prompteus.
</Warning>

## Related Resources

* [Dashboard](/features/dashboard) - Monitor usage and costs
* [Rate Limiting](/neurons/settings/rate-limiting) - Control API usage
* [Access Control](/neurons/settings/access-control) - Manage Neuron access
