Skip to main content
POST
/
v1
/
accounts
/
{account_id}
/
rlorTrainerJobs
/
{rlor_trainer_job_id}
:executeTrainStep
Execute one training step for keep-alive Reinforcement Fine-tuning Step
curl --request POST \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/rlorTrainerJobs/{rlor_trainer_job_id}:executeTrainStep \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dataset": "<string>",
  "outputModel": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

account_id
string
required

The Account Id

rlor_trainer_job_id
string
required

The Rlor Trainer Job Id

Body

application/json
dataset
string
required

Dataset to process for this iteration.

outputModel
string
required

Output model to materialize when training completes.

Response

200 - application/json

A successful response.

The response is of type object.