Completions - TypeScript SDK
Completions method reference
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
(completions)
Overview
Available Operations
- generate - Create a completion
generate
Creates a completion for the provided prompt and parameters. Supports both streaming and non-streaming modes.
Example Usage
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<models.CompletionResponse>