Skip to main content

Documentation Index

Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

List and describe the various models available in the API. You can refer to the Models documentation to understand what models are available and the differences between them. Official OpenAI Docs

list

Lists the available models. Official OpenAI Docs
example.ts
const models = await io.openai.models.list("list-models");