Upload a file
Please follow to the bedrock file upload guide for more details.
Create a fine-tuning job
REST API
OpenAI Python
OpenAI NodeJS
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
REST API
OpenAI Python
OpenAI NodeJS
Retrieve Fine-tuning Job
REST API
OpenAI Python
OpenAI NodeJS
Cancel Fine-tuning Job
REST API
OpenAI Python
OpenAI NodeJS
References
- Fine-tune Support types for models: Link
- Fine-tuning Documentation: Link
Last modified on September 15, 2026