windmill-api 1.817.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# AiConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**providers** | Option<[**std::collections::HashMap<String, models::AiProviderConfig>**]AIProviderConfig.md> |  | [optional]
**default_model** | Option<[**models::AiProviderModel**]AIProviderModel.md> |  | [optional]
**metadata_model** | Option<[**models::AiProviderModel**]AIProviderModel.md> |  | [optional]
**code_completion_model** | Option<[**models::AiProviderModel**]AIProviderModel.md> |  | [optional]
**custom_prompts** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
**max_tokens_per_model** | Option<**std::collections::HashMap<String, i32>**> |  | [optional]
**free_tier** | Option<[**models::FreeTierInfo**]FreeTierInfo.md> |  | [optional]
**model_pricing** | Option<[**std::collections::HashMap<String, models::ModelPriceOverride>**]ModelPriceOverride.md> |  | [optional]
**context_window_per_model** | Option<**std::collections::HashMap<String, i32>**> | Context window in tokens per `provider:model`, overriding the built-in table the AI chat uses to decide when to compact its history. | [optional]
**copilot_disabled** | Option<**bool**> | Hides the Windmill AI assistant (chat, sessions, code generation, completion, fixes) from the workspace UI. Read from the workspace's own settings even when the providers served fall back to the instance config. AI agent steps and the AI sandbox in flows are unaffected. | [optional]
**sessions_storage_disabled** | Option<**bool**> | Stops browsers from backing their AI sessions up to the workspace's object storage. Read from the workspace's own settings like `copilot_disabled`. | [optional]
**sessions_retention_days** | Option<**i32**> | The server deletes the backup of a session no push has reached for this many days. Unset keeps backups until the user deletes the session. Read from the workspace's own settings like `copilot_disabled`. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)