postApiV1GuestChatCompletions
postApiV1GuestChatCompletions<
ThrowOnError>(options:Options<PostApiV1GuestChatCompletionsData,ThrowOnError>):RequestResult<PostApiV1GuestChatCompletionsResponses,PostApiV1GuestChatCompletionsErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:1172Â
Guest chat completion (free trial)
Unauthenticated chat completion locked to a single model with a per-guest message cap. Each guest UUID gets a fixed number of free messages; subsequent requests return 402 with a sign-up prompt.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<PostApiV1GuestChatCompletionsResponses, PostApiV1GuestChatCompletionsErrors, ThrowOnError>
Last updated on