Trigger.dev home page
v2
Search...
⌘K
Ask AI
Community
triggerdotdev/trigger.dev
triggerdotdev/trigger.dev
Search...
Navigation
OpenAI
Model Tasks
Home
v3 Developer Preview
Integrations
Reference
Examples
Getting Started
Introduction
Quick Starts
Writing Jobs - Step by Step
Task Library
Video walkthrough
Concepts
What is Trigger.dev?
Limits
Projects
Client & Adaptors
Jobs, Runs & Tasks
Triggers
HTTP endpoints
Resumability
Delays
Integrations
Trigger.dev Connect
Environments & Endpoints
Guides
Frameworks
Using the CLI
Manual setup
Running your Jobs
Managing Jobs
Using the Dashboard
Using Integrations
React hooks
Deployment
Event Filters
Zod
Self hosting
Contributing
Community & Support
Get help
FAQ
Changelog
Roadmap
Overview
Example Jobs
On this page
list
OpenAI
Model Tasks
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
Copy
Ask AI
const
models
=
await
io
.
openai
.
models
.
list
(
"list-models"
);
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Assistant
Responses are generated using AI and may contain mistakes.