Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.29 KB

ModelConfig.md

File metadata and controls

24 lines (19 loc) · 1.29 KB

ModelConfig

Properties

Name Type Description Notes
name str Human readable name of the model
key str Unique key for the model
id str Identifier for the model, for use with third party providers
_global bool Whether the model is global
tags [str]
version int
access AiConfigsAccess [optional]
icon str Icon for the model [optional]
provider str Provider for the model [optional]
params {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
custom_params {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
cost_per_input_token float Cost per input token in USD [optional]
cost_per_output_token float Cost per output token in USD [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]