Skip to Content
Anuma SDKClientInternalFunctionspostApiV1GuestChatCompletions

postApiV1GuestChatCompletions

postApiV1GuestChatCompletions<ThrowOnError>(options: Options<PostApiV1GuestChatCompletionsData, ThrowOnError>): RequestResult<PostApiV1GuestChatCompletionsResponses, PostApiV1GuestChatCompletionsErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:1020 

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 ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<PostApiV1GuestChatCompletionsData, ThrowOnError>

Returns

RequestResult<PostApiV1GuestChatCompletionsResponses, PostApiV1GuestChatCompletionsErrors, ThrowOnError>

Last updated on