latestOpenAPI 3.1.02026-08-236994571.1 MB

79928a3d37d3

fine-tuning

✨ (Enterprise) List Fine-Tuning Jobs

Lists fine-tuning jobs for the organization. This is the equivalent of GET https://api.openai.com/v1/fine_tuning/jobs

Supported Query Params:

  • custom_llm_provider: Name of the LiteLLM provider
  • after: Identifier for the last job from the previous pagination request.
  • limit: Number of fine-tuning jobs to retrieve (default is 20).
get/fine_tuning/jobs

Query parameters

custom_llm_provider'openai' | 'azure' nullable
target_model_namesstring nullable

Comma separated list of model names to filter by. Example: 'gpt-4o,gpt-4o-mini'

Comma separated list of model names to filter by. Example: 'gpt-4o,gpt-4o-mini'

afterstring nullable
limitinteger nullable

Response

Successful Response

{"stackTrail":"paths:/fine_tuning/jobs:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}