Generate ChatGPT API custom asynchronous endpoints offloading your serverโs workload and creating chat resuming points.
OffloadGPT is an asynchronous API that stores ChatGPT responses creating custom permalinks for every conversation status, in order to continue each chat sending the new message only:
- Delegates API requests and relieves your server load.
- Creates custom endpoint permalinks for each ChatGPT response.
- Stores Streaming and Asynchronous API responses.
- Easily concatenates messages from previous responses using from_status_url param.
You can see a demo of the capabilities of this API here:
https://github.com/pauiglesias/offload-chatgpt-streaming-demo
A complete OpenAPI 3.0 specification:
https://app.swaggerhub.com/apis-docs/microdeploy/OffloadGPT/1.0.0
Your OpenAI API Key
You need to include your OpenAI API key in each request using the header X-OpenAI-API-Key
. In addition, you can include your OpenAI organization using the header X-OpenAI-Organization
Your OpenAI API Key is used only in the OpenAI API call and will never be saved, shared or published. The OpenAI API Key is deleted in memory after the OpenAI API request is performed, avoiding to show it in logs or debug output.
You can see a demo of the capabilities of this API here:
https://github.com/pauiglesias/offload-chatgpt-streaming-demo
A complete OpenAPI 3.0 specification:
https://app.swaggerhub.com/apis-docs/microdeploy/OffloadGPT/1.0.0