ExBifrost. Model. ProviderResponseCustomProviderConfigAllowedRequests
(ex_bifrost v0.1.0)
Copy Markdown
View Source
Allowed request types for custom providers
Summary
Types
@type t() :: %ExBifrost.Model.ProviderResponseCustomProviderConfigAllowedRequests{ batch_cancel: boolean() | nil, batch_create: boolean() | nil, batch_list: boolean() | nil, batch_results: boolean() | nil, batch_retrieve: boolean() | nil, chat_completion: boolean() | nil, chat_completion_stream: boolean() | nil, count_tokens: boolean() | nil, embedding: boolean() | nil, file_content: boolean() | nil, file_delete: boolean() | nil, file_list: boolean() | nil, file_retrieve: boolean() | nil, file_upload: boolean() | nil, image_generation: boolean() | nil, image_generation_stream: boolean() | nil, list_models: boolean() | nil, responses: boolean() | nil, responses_stream: boolean() | nil, speech: boolean() | nil, speech_stream: boolean() | nil, text_completion: boolean() | nil, text_completion_stream: boolean() | nil, transcription: boolean() | nil, transcription_stream: boolean() | nil }