Simple completions
- NodeJS
- Python
- .NET
Output
Streaming Completions
Sometimes you want to start streaming the AI responses back to your client, to reduce latency and increase responsiveness. You can accomplish that by using the Streaming API- NodeJS
- Python
- .NET