- Security: Ensures that all data sent to and received from LLM providers is encrypted and secure.
- Auditability: Keeps comprehensive logs of all LLM interactions, which is crucial for compliance and monitoring.
- Ease of access: Provides a centralized point of access to multiple LLM providers, simplifying the user experience.
- Control: Allows administrators to manage and restrict access to LLM providers based on user roles and project needs.
Get started using the AI Gateway
You can access AI Gateway endpoints from the Domino platform and also from within a Domino Workspace.Access AI Gateway endpoints in Domino
To view AI Gateway endpoints in Domino:- In the top navigation pane, go to Develop > Gateway LLMs.
- Search for endpoints using basic information like the name, type, provider, or model.
Access AI Gateway endpoints from a Workspace
To see the AI Gateway endpoints available to use in your Workspace:-
Create a new Workspace and open the Gateway LLMs side panel.

Query an endpoint
To query an endpoint:- Click on the Copy Code icon.
- Paste the code in your Workspace and adjust the query to fit your needs.
When using the MLflow Deployment Client, Domino supports
predict(), get_endpoint(), and list_endpoints() API endpoints.Configure AI Gateway endpoints
AI Gateway endpoints are central to AI Gateway. Each endpoint acts as a proxy endpoint for the user, forwarding requests to a specific model defined by the endpoint. Endpoints are a managed way to securely connect to model providers.
Endpoint permission management
You can configure AI Gateway endpoints to be accessible to everyone or a specific set of users and/or organizations. These permissions can be configured in the second step of the creation modal and can be changed at any point after.Secure credential storage
When creating an endpoint, you will most likely need to pass a model-specific API key (such as OpenAI’sopenai_api_key) or secret access key (such as AWS Bedrock’s aws_secret_access_key). When you create an endpoint, all of these keys are automatically stored securely in Domino’s central vault service and are never exposed to users when they interact with AI Gateway endpoints.
The secure credential store helps prevent API key leaks and provides a way to centrally manage API keys, rather than simply giving plain text keys to users.
AI Gateway audit trail
Domino logs all AI Gateway endpoint activity to Domino’s central audit system. To see AI Gateway endpoint activity, go to Endpoints > Gateway Domino endpoints and click on the Download logs button. This will download atxt or json file with all the AI Gateway endpoint activity from the past six (6) months. You can further customize the fetched audit events by using the Domino Platform API.