We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df8ed7 + b8a088d commit 50b8a64Copy full SHA for 50b8a64
1 file changed
openapi.yaml
@@ -32667,6 +32667,12 @@ components:
32667
$ref: '#/components/schemas/TokenPricing'
32668
response_token:
32669
32670
+ ModelConfigurations:
32671
+ type: object
32672
+ properties:
32673
+ custom_host:
32674
+ type: string
32675
+ description: Custom Host URL for the model.
32676
32677
TokenPricing:
32678
type: object
@@ -32713,6 +32719,8 @@ components:
32713
32719
type: string
32714
32720
nullable: true
32715
32721
description: Base model slug for fine-tuned models
32722
+ configurations:
32723
+ $ref: "#/components/schemas/ModelConfigurations"
32716
32724
pricing_config:
32717
32725
$ref: '#/components/schemas/PricingConfig'
32718
32726
0 commit comments