Deployment Quickstart
Get started with deploying AI models using Unicron
Deployment Quickstart
This guide will help you quickly deploy your first AI service using the Unicron platform.
Prerequisites
Before you begin, make sure you have:
- A Cubik AI account
- Access to a workspace
- Appropriate subscription plan for your deployment type
Quick Deployment Steps
1. Navigate to Deployments
From your workspace homepage (/workspace/{workspace-slug}
), click on "Deployments" in the navigation menu.
2. Create a New Deployment
Click the "Create Deployment" button in the upper right corner of the deployments dashboard.
3. Choose a Deployment Type
You can choose from:
- Marketplace Services: Pre-configured AI services ready for immediate deployment
- Custom Services: Custom Docker images for your own AI services
For this quickstart, we recommend selecting a marketplace service.
4. Configure Your Deployment
- Select a marketplace service (e.g., Text Generation, Image Classification)
- Choose a deployment type:
- Serverless: For getting started quickly with minimal configuration
- Dedicated: For production workloads requiring specific hardware
- Configure basic settings:
- Service name
- Region
- Hardware requirements (for dedicated deployments)
5. Deploy Your Service
Click "Deploy" to start the deployment process. The deployment may take a few minutes to complete.
6. Access Your Deployment
Once deployed:
- Navigate to the deployment details page
- Find the API endpoint URL
- Copy the authentication key for API access
7. Test Your Deployment
You can test your deployment directly from the dashboard:
- Go to the "Playground" tab
- Enter test inputs
- Click "Run" to see the results
Next Steps
Once you've successfully deployed your first service, you can: