Skip to main content

Upload a file

Please follow to the bedrock file upload guide for more details.

Create a fine-tuning job

Notes:
  • Bedrock fine-tuning dataset format is a little bit different from OpenAI’s fine-tuning dataset format.
  • model_type field is required for the dataset transformation, currently gateway does the following dataset transformation:
    • chat -> text-to-text
    • chat -> chat.
  • model param should be the ModelID that is required for fine-tuning not for the inference. ModelID is different for inference and fine-tuning.
List of supported finetune models and their IDs are available at Bedrock documentation

List Fine-tuning Jobs

Retrieve Fine-tuning Job

Cancel Fine-tuning Job

References

  • Fine-tune Support types for models: Link
  • Fine-tuning Documentation: Link
Last modified on April 8, 2026