ExLLM.ProviderCapabilities.ProviderInfo (ex_llm v0.5.0)
View SourceRepresents provider-level information and capabilities.
Summary
Types
@type auth_method() ::
:api_key | :oauth | :aws_signature | :service_account | :bearer_token
@type endpoint() ::
:chat | :embeddings | :images | :audio | :completions | :fine_tuning | :files
@type feature() ::
:streaming
| :function_calling
| :cost_tracking
| :usage_tracking
| :dynamic_model_listing
| :batch_operations
| :file_uploads
| :rate_limiting_headers
| :system_messages
| :json_mode
| :context_caching
| :vision
| :audio_input
| :audio_output
| :web_search
| :tool_use
| :computer_use