Chat

ChatResource

Chat

Completions

ChatResource.CompletionsResource

Methods

models() ->
get/v5/chat/completions/models

List Chat Completion Models

create() ->
post/v5/chat/completions

Chat Completions

Domain types

class ChatCompletion: ...
class ChatCompletionChunk: ...
class ChatCompletionTokenLogprob: ...
class ChoiceLogprobs: ...

Log probability information for the choice.

class CompletionModelsResponse: ...
Literal["openai", "cohere", "vertex_ai", "anthropic", "azure", "gemini", "launch", "llmengine", "model_zoo", "bedrock", "xai", "fireworks_ai"]
class ModelDefinition: ...
Literal["asc", "desc"]