Represents an embedding model provided by an OpenAI-compatible integration. Unlike chat's IntegrationModelSpec, this includes dimensions because the same embedding model can be configured with different output dimensions.
IntegrationModelSpec
dimensions
The number of dimensions in the embedding vector output.
The ID of the integration providing the embedding model.
The model name as recognized by the provider.
Represents an embedding model provided by an OpenAI-compatible integration. Unlike chat's
IntegrationModelSpec, this includesdimensionsbecause the same embedding model can be configured with different output dimensions.