---
title: "Changes to Create Training Job"
method: POST
path: "/felix/training-jobs"
---

# Changes to Create Training Job

`POST /felix/training-jobs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 3 revisions.

- **2026-08-19** `b92f75fd3b61` — 18 info

## Changes

- **2026-08-19** `b92f75fd3b61` — 18 info
  - added the new optional request property `seed`
  - the `learning_rate` request property default value `0.00002` was removed
  - the `lora_alpha` request property default value `32` was removed
  - the `lora_dropout` request property default value `0.1` was removed
  - the `lora_r` request property default value `16` was removed
  - the `warmup_ratio` request property default value `0` was removed
  - request property `learning_rate` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `lora_alpha` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `lora_dropout` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `lora_r` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `warmup_ratio` list-of-types was widened by adding types `null` to media type `application/json`
  - added the optional property `artifact_ready` to the response with the `200` status
  - added the optional property `deployability_reason` to the response with the `200` status
  - added the optional property `is_deployable` to the response with the `200` status
  - added the optional property `model_kind` to the response with the `200` status
  - added the optional property `provider_ready` to the response with the `200` status
  - added the optional property `seed` to the response with the `200` status
  - added the optional property `training_type` to the response with the `200` status

---

[Operation](https://skmtc.dev/pioneer/apis/brain-api/docs/felix/training-jobs/post.md) · [API](https://skmtc.dev/pioneer/apis/brain-api.md) · [Page](https://skmtc.dev/pioneer/apis/brain-api/changes/felix/training-jobs/post)
