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

  1. Select a marketplace service (e.g., Text Generation, Image Classification)
  2. Choose a deployment type:
    • Serverless: For getting started quickly with minimal configuration
    • Dedicated: For production workloads requiring specific hardware
  3. 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:

  1. Navigate to the deployment details page
  2. Find the API endpoint URL
  3. Copy the authentication key for API access

7. Test Your Deployment

You can test your deployment directly from the dashboard:

  1. Go to the "Playground" tab
  2. Enter test inputs
  3. Click "Run" to see the results

Next Steps

Once you've successfully deployed your first service, you can: