Documentation Index
Fetch the complete documentation index at: https://docs.veri.studio/llms.txt
Use this file to discover all available pages before exploring further.
Upload Reward Function
A human-readable name for the reward function.
A Python
.py file containing the reward function.The reward function format. Supported values:
trl and miles.Request
Response
List Reward Functions
Maximum number of reward functions to return.
Cursor for pagination. Pass the ID of the last item from the previous page.
Request
Response
Get Reward Function
Request
Response
Reward Function Format
trl
trl reward files must contain def reward(. The control plane currently performs a lightweight signature check before accepting the file.
miles
miles reward files must contain async def reward(:
Uploads are syntax-checked with
compile(...) before they are stored.