# NEXUS AI Providers

NEXUS AI supports multiple deployment providers. The providers available to an organization depend on its plan and configuration.

## Deployment providers

- `docker`: NEXUS-managed Container platform for full-stack deployments.
- `gcp_cloud_run`: single-container Google Cloud Run deployments.
- `aws_ecs_fargate`: single-container AWS App Runner deployment flow.
- `azure_container_apps`: single-container Azure Container Apps deployments.

Full-stack services such as databases, workers, storage, and backups run on the NEXUS-managed Container platform. Cloud-provider targets are for single-container applications.

Enterprise deployments can be configured for customer-owned AWS, Google Cloud, Azure, or on-premises infrastructure where enabled.

## AI providers

The authenticated platform also supports organization-configured AI providers. The Builder can select a configured provider, and the AI Gateway can route traffic across Anthropic, OpenAI, Google Gemini, xAI Grok, OpenRouter, and OpenAI-compatible endpoints where configured.

## Discovery

Use `nexusai_providers_list` to list deployment providers allowed for the tenant. The REST API also exposes organization AI-provider and deployment-provider configuration routes.

## Related resources

- [Deployment](/docs/deployment.md)
- [AI Gateway](/docs/ai-gateway.md)
- [MCP tools](/mcp/tools.json)
