windmill-api 1.812.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]
**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]

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