Qodex.ai
Qodex.ai
Introduction
ChatGPT API
ChaptGPT API - Use Cases-ChatGPT - Text Generation
Chat Completions
ChaptGPT API - Use Cases-ChatGPT - Function Calling
Chat Completions with Function Calling
ChaptGPT API - Use Cases-Build a Simple FAQ System - Embeddings API
Create Embedding of User Input
ChatGPT API Capabilities-Chat Completions
Chat Completions
ChatGPT API Capabilities-Embeddings
Embeddings
ChatGPT API Capabilities-Fine Tuning
Upload Training FileEnable Weights and Biases IntegrationList Fine Tuning JobsList Fine Tuning EventsList Fine Tuning CheckpointsRetrieve Fine Tuning JobsCancel Fine Tuning Jobs
ChatGPT API Capabilities-Batch API Requests
Get BatchesRetrieve BatchCancel BatchList BatchCreate Image Variation
ChatGPT API Capabilities-Files
Upload FilesList FilesRetrieve FileDelete FileRetrieve File Contents
ChatGPT API Capabilities-Image Generation
Generate Image Create Image Edit
ChatGPT API Capabilities-Models
List ModelsRetrieve ModelsDelete Fine Tuned Model
ChatGPT API Capabilities-Moderations
Moderations
ChatGPT Assistants API-Threads-Messages
Create Message in a ThreadList Messages in a ThreadGet Message in ThreadModify Message in ThreadDelete Message in Thread
ChatGPT Assistants API-Threads-Runs
Create Thread and RunCreate RunList RunsGet RunModify RunSubmit Tool OutputsCancel RunList Run StepsGet Run Steps
ChatGPT Assistants API-Threads
Create ThreadRetrieve ThreadModify ThreadDelete Thread
ChatGPT Assistants API-Vector Store-Vector Store Files-Batches
Vector Store File BatchGet Vector Store File BatchCancel Vector Store File BatchList Vector Stores in a Files Batch
ChatGPT Assistants API-Vector Store-Vector Store Files
Create Vector Store FileList Vector Store FileGet Vector Store FileDelete Vector Store File
ChatGPT Assistants API-Vector Store
Create Vector StoreList Vector StoresRetrieve Vector StoreModify Vector StoreDelete Vector Store
ChatGPT Assistants API
Create AssistantList AssistantsRetrieve AssistantsModify AssistantsDelete Assistants
Introduction
ChatGPT API
ChaptGPT API - Use Cases-ChatGPT - Text Generation
Chat Completions
ChaptGPT API - Use Cases-ChatGPT - Function Calling
Chat Completions with Function Calling
ChaptGPT API - Use Cases-Build a Simple FAQ System - Embeddings API
Create Embedding of User Input
ChatGPT API Capabilities-Chat Completions
Chat Completions
ChatGPT API Capabilities-Embeddings
Embeddings
ChatGPT API Capabilities-Fine Tuning
Upload Training FileEnable Weights and Biases IntegrationList Fine Tuning JobsList Fine Tuning EventsList Fine Tuning CheckpointsRetrieve Fine Tuning JobsCancel Fine Tuning Jobs
ChatGPT API Capabilities-Batch API Requests
Get BatchesRetrieve BatchCancel BatchList BatchCreate Image Variation
ChatGPT API Capabilities-Files
Upload FilesList FilesRetrieve FileDelete FileRetrieve File Contents
ChatGPT API Capabilities-Image Generation
Generate Image Create Image Edit
ChatGPT API Capabilities-Models
List ModelsRetrieve ModelsDelete Fine Tuned Model
ChatGPT API Capabilities-Moderations
Moderations
ChatGPT Assistants API-Threads-Messages
Create Message in a ThreadList Messages in a ThreadGet Message in ThreadModify Message in ThreadDelete Message in Thread
ChatGPT Assistants API-Threads-Runs
Create Thread and RunCreate RunList RunsGet RunModify RunSubmit Tool OutputsCancel RunList Run StepsGet Run Steps
ChatGPT Assistants API-Threads
Create ThreadRetrieve ThreadModify ThreadDelete Thread
ChatGPT Assistants API-Vector Store-Vector Store Files-Batches
Vector Store File BatchGet Vector Store File BatchCancel Vector Store File BatchList Vector Stores in a Files Batch
ChatGPT Assistants API-Vector Store-Vector Store Files
Create Vector Store FileList Vector Store FileGet Vector Store FileDelete Vector Store File
ChatGPT Assistants API-Vector Store
Create Vector StoreList Vector StoresRetrieve Vector StoreModify Vector StoreDelete Vector Store
ChatGPT Assistants API
Create AssistantList AssistantsRetrieve AssistantsModify AssistantsDelete Assistants
HomeChatGPT APIChatGPT Assistants API-Threads-Runs

ChatGPT Assistants API-Threads-Runs

Number of APIs: 9

  1. Get Run GET https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123

  2. Create Run POST https://api.openai.com/v1/threads/thread_abc123/runs

  3. List Runs GET https://api.openai.com/v1/threads/thread_abc123/runs

  4. Modify Run POST https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123

  5. Submit Tool Outputs POST https://api.openai.com/v1/threads/thread_123/runs/run_123/submit_tool_outputs

  6. Cancel Run POST https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123/cancel

  7. List Run Steps GET https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123/steps

  8. Get Run Steps GET https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123/steps/step_abc123

  9. Create Thread and Run POST https://api.openai.com/v1/threads/runs

Previous
Delete Message in Thread
Next
Create Thread and Run