Information about the model's API support status.
// nvidia.models[0].apiModelSupport
{ status: 'SUPPORTED' }
Whether this model is the default for the provider.
// nvidia.models[0].isDefault
true
The name of the model to use.
// nvidia.models[0].name
'nvidia/llama-3.2-nv-rerankqa-1b-v2'
Optional parametersAdditional parameters for the model, if any.
Additional properties for the model (may be null).
// nvidia.models[0].properties
null
The URL endpoint for the reranking model.
// nvidia.models[0].url
'https://...'
The specific models that the provider supports for reranking.
Example
Field
name - The name of the model to use
Field
isDefault - Whether this model is the default for the provider
Field
url - The URL endpoint for the reranking model
Field
properties - Additional properties for the model (may be null)
Field
apiModelSupport - Information about the model's API support status
See
RerankingProviderInfo