---
title: "Changes to Create Tune"
method: POST
path: "/v1/tune"
---

# Changes to Create Tune

`POST /v1/tune`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 6 revisions.

- **2024-09-11** `4896c10d36cc` — 9 breaking, 8 info
- **2024-06-05** `ef5265223612` — 7 breaking, 5 warning, 7 info
- **2024-06-05** `dcfcfe02d645` — 9 breaking, 8 info
- **2024-06-05** `ef5265223612` — 7 breaking, 5 warning, 7 info
- **2024-05-01** `dcfcfe02d645` — 7 breaking, 8 warning, 15 info

## Changes

- **2024-09-11** `4896c10d36cc` — 9 breaking, 8 info
  - removed the enum value `lora_tune` of the request property `details/oneOf[subschema #1: LoraTune]/tune_type`
  - removed the enum value `text/llama-3-70b` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/llama-3-8b` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text_to_speech_latent_tune` of the request property `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type`
  - removed `#/components/schemas/TextTune` from the `details` request property `oneOf` list
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` request property type changed from `string` to no type
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` request property type changed from `string` to no type
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` response's property type changed from `string` to no type for status `201`
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response's property type changed from `string` to no type for status `201`
  - removed `text_tune` discriminator mapping keys from the `details` request property
  - removed `text_tune` discriminator mapping keys from the `details` response property for the response status `201`
  - removed the `lora_tune` enum value from the `details/oneOf[subschema #1: LoraTune]/tune_type` response property for the response status `201`
  - removed the `text/llama-3-70b` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/llama-3-8b` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text_to_speech_latent_tune` enum value from the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response property for the response status `201`
  - removed the `text_tune` enum value from the `tune_type/allOf[subschema #1: TuneType]/` response property for the response status `201`
  - removed `#/components/schemas/TextTune` from the `details` response property `oneOf` list for the response status `201`
- **2024-06-05** `ef5265223612` — 7 breaking, 5 warning, 7 info
  - request property `details/oneOf[subschema #1: LoraTune]/tune_type` was restricted to a list of enum values
  - request property `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` was restricted to a list of enum values
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` request property type changed from no type to `string`
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` request property type changed from no type to `string`
  - added `#/components/schemas/TextTune` to the `details` response property `oneOf` list for the response status `201`
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` response's property type changed from no type to `string` for status `201`
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response's property type changed from no type to `string` for status `201`
  - added the new `lora_tune` enum value to the `details/oneOf[subschema #1: LoraTune]/tune_type` response property for the response status `201`
  - added the new `text/llama-3-70b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/llama-3-8b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text_to_speech_latent_tune` enum value to the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response property for the response status `201`
  - added the new `text_tune` enum value to the `tune_type/allOf[subschema #1: TuneType]/` response property for the response status `201`
  - added `text_tune` discriminator mapping keys to the `details` request property
  - added the new `lora_tune` enum value to the request property `details/oneOf[subschema #1: LoraTune]/tune_type`
  - added the new `text/llama-3-70b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/llama-3-8b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text_to_speech_latent_tune` enum value to the request property `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type`
  - added `#/components/schemas/TextTune` to the `details` request property `oneOf` list
  - added `text_tune` discriminator mapping keys to the `details` response property for the response status `201`
- **2024-06-05** `dcfcfe02d645` — 9 breaking, 8 info
  - removed the enum value `lora_tune` of the request property `details/oneOf[subschema #1: LoraTune]/tune_type`
  - removed the enum value `text/llama-3-70b` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/llama-3-8b` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text_to_speech_latent_tune` of the request property `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type`
  - removed `#/components/schemas/TextTune` from the `details` request property `oneOf` list
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` request property type changed from `string` to no type
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` request property type changed from `string` to no type
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` response's property type changed from `string` to no type for status `201`
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response's property type changed from `string` to no type for status `201`
  - removed `text_tune` discriminator mapping keys from the `details` request property
  - removed `text_tune` discriminator mapping keys from the `details` response property for the response status `201`
  - removed the `lora_tune` enum value from the `details/oneOf[subschema #1: LoraTune]/tune_type` response property for the response status `201`
  - removed the `text/llama-3-70b` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/llama-3-8b` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text_to_speech_latent_tune` enum value from the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response property for the response status `201`
  - removed the `text_tune` enum value from the `tune_type/allOf[subschema #1: TuneType]/` response property for the response status `201`
  - removed `#/components/schemas/TextTune` from the `details` response property `oneOf` list for the response status `201`
- **2024-06-05** `ef5265223612` — 7 breaking, 5 warning, 7 info
  - request property `details/oneOf[subschema #1: LoraTune]/tune_type` was restricted to a list of enum values
  - request property `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` was restricted to a list of enum values
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` request property type changed from no type to `string`
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` request property type changed from no type to `string`
  - added `#/components/schemas/TextTune` to the `details` response property `oneOf` list for the response status `201`
  - the `details/oneOf[subschema #1: LoraTune]/tune_type` response's property type changed from no type to `string` for status `201`
  - the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response's property type changed from no type to `string` for status `201`
  - added the new `lora_tune` enum value to the `details/oneOf[subschema #1: LoraTune]/tune_type` response property for the response status `201`
  - added the new `text/llama-3-70b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/llama-3-8b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text_to_speech_latent_tune` enum value to the `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type` response property for the response status `201`
  - added the new `text_tune` enum value to the `tune_type/allOf[subschema #1: TuneType]/` response property for the response status `201`
  - added `text_tune` discriminator mapping keys to the `details` request property
  - added the new `lora_tune` enum value to the request property `details/oneOf[subschema #1: LoraTune]/tune_type`
  - added the new `text/llama-3-70b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/llama-3-8b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text_to_speech_latent_tune` enum value to the request property `details/oneOf[subschema #2: TextToSpeechLatentTune]/tune_type`
  - added `#/components/schemas/TextTune` to the `details` request property `oneOf` list
  - added `text_tune` discriminator mapping keys to the `details` response property for the response status `201`
- **2024-05-01** `dcfcfe02d645` — 7 breaking, 8 warning, 15 info
  - removed the enum value `text/codellama-13b-instruct` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/codellama-34b-instruct` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/codellama-7b-instruct` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/llama-2-13b-chat` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/llama-2-70b-chat` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/mistral-7b-instruct` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the enum value `text/mixtral-8x7b-instruct` of the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/codellama-13b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/codellama-34b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/codellama-70b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/codellama-7b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/llama-2-13b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/llama-2-70b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/mistral-7b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/mixtral-8x7b` enum value to the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - added the new `text/codellama-13b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/codellama-34b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/codellama-70b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/codellama-7b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/llama-2-13b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/llama-2-70b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/mistral-7b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - added the new `text/mixtral-8x7b` enum value to the request property `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/`
  - removed the `text/codellama-13b-instruct` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/codellama-34b-instruct` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/codellama-7b-instruct` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/llama-2-13b-chat` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/llama-2-70b-chat` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/mistral-7b-instruct` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`
  - removed the `text/mixtral-8x7b-instruct` enum value from the `details/oneOf[subschema #1: LoraTune]/base_checkpoint/allOf[subschema #1: LoraTuneCheckpoint]/engine/anyOf[subschema #1: BaseEngine]/` response property for the response status `201`

---

[Operation](https://skmtc.dev/octoml/apis/fine-tuning-api-server/docs/v1/tune/post.md) · [API](https://skmtc.dev/octoml/apis/fine-tuning-api-server.md) · [Page](https://skmtc.dev/octoml/apis/fine-tuning-api-server/changes/v1/tune/post)
