Distinct AI models used in a project
Projects
Distinct AI models used in a project
Returns the distinct AI models that have been run for the project, including models whose runs are still pending or failed; the path id must match the x-project-id header.
GET
Distinct AI models used in a project
Headers
Project ID to specify the project context
Path Parameters
The project identifier; must match the x-project-id header.
Response
Unique AI model names used by job executions in this project.
Example:
["gpt-4o", "gemini-1.5-pro"]