trans3 / tests /integration-tests /client /docs /LlmProviderCatalog.md
Mayo
test: Rust integration tests + Vitest UI tests
5242e6a unverified
|
Raw
History Blame Contribute Delete
719 Bytes
# LlmProviderCatalog
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_url** | Option<**String**> | | [optional]
**error** | Option<**String**> | | [optional]
**has_api_key** | **bool** | |
**id** | **String** | |
**models** | [**Vec<models::LlmCatalogModel>**](LlmCatalogModel.md) | |
**name** | **String** | |
**requires_api_key** | **bool** | |
**requires_base_url** | **bool** | |
**status** | [**models::LlmProviderCatalogStatus**](LlmProviderCatalogStatus.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)