Submit Turn
Submit a turn in an episode and receive observation, reward, and completion status
Authorizations
API key obtained from Labs Portal
Path Parameters
The episode ID (from path parameter)
Body
The episode ID (from path parameter)
New messages in this turn (user prompt and model response)
Per-turn reward configuration. Controls which scorers run and their weights. Omitted quality weight keys default to 0, so only specified scorers execute. Saves tokens during curriculum learning.
Response
Success
Current turn number (1-indexed)
The observation for the next turn
Reward score (0 to 1) based on the full conversation so far
0 <= x <= 1Whether the episode has ended
Optional breakdown of individual score dimensions. When omitted, only the combined reward is provided.
Textual reasoning per score dimension. Only included for subscriptions with full score access.
Reason for episode termination (only present when episode_complete is true)
client_terminated, max_turns_reached, error, completed