Chat
chat
Chat
Completions
chat.completions
Methods
List Chat Completion Models -> { items, object }
get/v5/chat/completions/models
List Chat Completion Models
post/v5/chat/completions
Chat Completions
Domain types
ChatCompletion = { id, choices, created, 5 more... }
ChatCompletionChunk = { id, choices, created, 5 more... }
ModelDefinition = { model_name, model_type, model_vendor, 1 more... }