AI Jobs

AI Jobs

In AI Studio, an AI Job is any task that runs on a model—whether you're generating outputs, customizing model behavior, validating performance, or preparing for production use.

Each AI Job uses a specific model version and executes a well-defined operation, with its own inputs, configuration, and outcomes.


Types of AI Jobs

1. Inferencing

Run prompts or inputs through a model to generate outputs. Useful for testing, prototyping, or integrating model predictions into your applications.

Learn more → Inferencing


2. Fine-Tuning

Train a base model on your domain-specific data using LoRA adapters. Produces a customized model that better understands your specific use case or terminology.

Learn more → Fine-Tuning


3. Evaluation

Measure how well a model performs before deployment. AI Studio supports:

  • Model Evaluation for accuracy and task relevance

  • Performance Evaluation for latency, throughput, and error rates

Learn more → Evaluation


4. Deployment

Turn a model into a production-ready endpoint. We currently support only Finetuned Model deployment. You can choose to deploy it:

  • Shared Instance

  • Dedicated Instance

Learn more → Deployment

Last updated

Was this helpful?