Skip to content

Commit 50b8a64

Browse files
authored
Merge pull request #137 from Portkey-AI/chore/models-custom-host
chore: add custom_host support integration models
2 parents 5df8ed7 + b8a088d commit 50b8a64

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32667,6 +32667,12 @@ components:
3266732667
$ref: '#/components/schemas/TokenPricing'
3266832668
response_token:
3266932669
$ref: '#/components/schemas/TokenPricing'
32670+
ModelConfigurations:
32671+
type: object
32672+
properties:
32673+
custom_host:
32674+
type: string
32675+
description: Custom Host URL for the model.
3267032676

3267132677
TokenPricing:
3267232678
type: object
@@ -32713,6 +32719,8 @@ components:
3271332719
type: string
3271432720
nullable: true
3271532721
description: Base model slug for fine-tuned models
32722+
configurations:
32723+
$ref: "#/components/schemas/ModelConfigurations"
3271632724
pricing_config:
3271732725
$ref: '#/components/schemas/PricingConfig'
3271832726

0 commit comments

Comments
 (0)