example.models.json•911 B
{
"fast": {
"provider": "The name of the provider",
"model_name": "The name of the model",
"description": "A description of the model",
"max_input_tokens": "The maximum number of input tokens per request",
"max_output_tokens": "The maximum number of output tokens per request"
},
"smart": {
"provider": "The name of the provider",
"model_name": "The name of the model",
"description": "A description of the model",
"max_input_tokens": "The maximum number of input tokens per request",
"max_output_tokens": "The maximum number of output tokens per request"
},
"cheap": {
"provider": "The name of the provider",
"model_name": "The name of the model",
"description": "A description of the model",
"max_input_tokens": "The maximum number of input tokens per request",
"max_output_tokens": "The maximum number of output tokens per request"
}
}