The config object used to construct a new HostedModel.
// For private models...
{
url: 'https://my-model.hosted-models.runwayml.cloud/v1',
token: 'kN5PB/GGgL5IcXxViegzUA==', // this is a fake token, use your own
}
// For public models...
{
url: 'https://my-model.hosted-models.runwayml.cloud/v1',
}
The config object used to construct a new HostedModel.
// For private models... { url: 'https://my-model.hosted-models.runwayml.cloud/v1', token: 'kN5PB/GGgL5IcXxViegzUA==', // this is a fake token, use your own } // For public models... { url: 'https://my-model.hosted-models.runwayml.cloud/v1', }