Chat

interface Chat

Given a chat conversation, the model will return a chat completion response.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun chatCompletion(request: ChatCompletionRequest, requestOptions: RequestOptions? = null): ChatCompletion

Creates a completion for the chat message.

Link copied to clipboard
abstract fun chatCompletions(request: ChatCompletionRequest, requestOptions: RequestOptions? = null): Flow<ChatCompletionChunk>

Stream variant of chatCompletion.