The healthcare AI models marked (preview) in this article are currently in limited preview. These models are intended and provided as-is for research and model development exploration. The healthcare AI models are not designed or intended to be deployed in clinical settings as-is. They are not intended for use in the diagnosis or treatment of any health or medical condition, and the individual models’ performances for such purposes have not been established.You bear sole responsibility and liability for any use of the healthcare AI models, including verification of outputs and incorporation into any product or service intended for a medical purpose or to inform clinical decision-making, compliance with applicable healthcare laws and regulations, and obtaining any necessary clearances or approvals.
Prerequisites
- An Azure subscription. If you don’t have one, create one for free.
- A Foundry project in a region that supports your target fine-tuning model. If you don’t have one, create a project.
- Access to a premium healthcare model such as MedImageInsight Premium (preview) or CxrReportGen Premium (preview) in the model catalog for your project.
- The Foundry Owner role, or a custom role that includes permissions to fine-tune and deploy models.
- Training and validation files in JSONL format, encoded as UTF-8 with BOM, and less than 512 MB per file.
- A healthcare data governance process that covers de-identification, retention, auditing, and access control.
- Review the core guidance before you train:
Fine-tune a premium healthcare AI model
To create a fine-tuning job in the Foundry portal:- Sign in to Microsoft Foundry. Make sure the New Foundry toggle is on. These steps refer to Foundry (new).

- Select your subscription and Foundry resource.
- Go to Build > Fine-tune, and select Start fine-tuning.
- Select the premium healthcare model you want to customize. You can also select a previously fine-tuned model.
- Choose the customization method that your selected model supports: Supervised for supervised fine-tuning (SFT), or Direct Preference Optimization (DPO), or Reinforcement for reinforcement fine-tuning (RFT).
- Select the training type: Standard (in-region, data residency), or Global (lower cost, faster queue), or Developer (experimentation, preemptible).
- Upload or select your training and validation datasets.
- Optionally, configure a suffix, seed, and hyperparameters.
- Select Submit to start the job.
- Review training metrics and checkpoints on the job details page.
- Confirm safety evaluation status before deployment.
- Select Deploy on the job details page to deploy the fine-tuned model.
- Test with a representative validation set and keep qualified human reviewers in the workflow.