LaunchDarklyApi::ModelConfigPost
Name
Type
Description
Notes
name
String
Human readable name of the model
key
String
Unique key for the model
id
String
Identifier for the model, for use with third party providers
maintainer_id
String
[optional]
maintainer_team_key
String
[optional]
icon
String
Icon for the model
[optional]
provider
String
Provider for the model
[optional]
params
Object
[optional]
custom_params
Object
[optional]
tags
Array<String>
[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]
cost_per_cached_input_token
Float
Cost per cached input token in USD
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::ModelConfigPost . new (
name : null ,
key : null ,
id : null ,
maintainer_id : 507 f1f77bcf86cd799439011 ,
maintainer_team_key : example -team -key ,
icon : null ,
provider : null ,
params : null ,
custom_params : null ,
tags : null ,
cost_per_input_token : null ,
cost_per_output_token : null ,
cost_per_cached_input_token : null
)