Skip to main content
Version: dev

TongyiEmbeddingDeployModelParameters Configuration

Qianfan Embeddings deploy model parameters.

Parameters

NameTypeRequiredDescription
namestring
The name of the model.
providerstring
The provider of the model. If model is deployed in local, this is the inference type. If model is deployed in third-party service, this is platform name('proxy/<platform>')
Defaults:proxy/tongyi
verboseboolean
Show verbose output.
Defaults:False
concurrencyinteger
Model concurrency limit
Defaults:100
api_keystring
The API key for the embeddings API.
backendstring
The real model name to pass to the provider, default is None. If backend is None, use name as the real model name.
Defaults:text-embedding-v1