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 | |
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] | |
tags | [str] | [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] |