Embeddings Models
Karini AI supports integrations with the following Embeddings Model providers and custom models. Using these models, users can create model endpoints in Karini AI model hub.
Amazon Bedrock
OpenAI
Azure OpenAI
Databricks
Amazon SageMaker
Add New Model Endpoint
To add a new model endpoint to the model hub, do the following:
On the Model Endpoints menu, select Embeddings model endpoint tab and click Add New.
Select a model provider and associated model id in the list.
User has option to override default configurations such as max tokens and pricing. Refer to this table for detailed configuration parameter information for each model provider.
By default, the organization level credentials are used to access the model. User can optionally overwrite credentials with a new set of model credentials.
User can test the model endpoint request and response by using the Test endpoint button.
Review Model Endpoints
User can review the created model endpoints under Embeddings model endpoint tab. It includes following information:
Model provider and model id.
Dimensions, max tokens and tokenizer: The default values are displayed based on model specifications from the model provider.
Model Price: The default price displays public pricing of the model inference per 1000 output tokens. This price is used in Karini AI Dashboards to calculate cost. User has the ability to override this price if needed - such as in case of special pricing agreement with the model provider.
Link to view the the recipes in which the model endpoint is used.
Link to view the model information including the cost and usage dashboard for the model endpoint.
Model Endpoint Configurations
The following table describes model endpoint configurations for each model provider. It also includes links to model provider reference documentation offering detailed information on model specifications, usage instructions, and API endpoints for effective integration and utilization.
Amazon Bedrock
Titan Embeddings G1 - Text
Tokenizer: cl100k_base
Embedding Dimensions: 1536
Max Tokens: 8000
Amazon Bedrock
cohere.embed-multilingual-v3
Tokenizer: cl100k_base
Embedding Dimensions: 1024
Max Tokens: 8191
OpenAI
Text-Embeddings-3-Small
Tokenizer: cl100k_base
Embedding Dimension: 1536
Max Tokens: 8191
OpenAI
Text-Embeddings-3-Large
Tokenizer: cl100k_base
Embedding Dimension: 3072
Max Tokens: 8191
OpenAI
Text-Embeddings-ADA-002
Tokenizer: cl100k_base
Embedding Dimension: 1536
Max Tokens: 8191
Azure OpenAI
Text-Embeddings-3-Small
Azure OpenAI API Base: Specific Azure OpenAI API Base URL
Azure OpenAI Deployment Name: Name of the deployment resource within Azure OpenAI service.
Tokenizer: cl100k_base
Embedding Dimension:1536
Max Tokens:8191
Azure OpenAI
Text-Embeddings-3-Large
Azure OpenAI API Base: Specific Azure OpenAI API Base URL
Azure OpenAI Deployment Name: Name of the deployment resource within Azure OpenAI service.
Tokenizer: cl100k_base
Embedding Dimension:1536
Max Tokens:8191
Azure OpenAI
Text-Embeddings-ADA-002
Azure OpenAI API Base: Specific Azure OpenAI API Base URL
Azure OpenAI Deployment Name: Name of the deployment resource within Azure OpenAI service.
Tokenizer: cl100k_base
Embedding Dimension:1536
Max Tokens:8191
Databricks
Tokenizer: cl100k_base
Embedding Dimension: 1024
Model Id: Unique Id of the model.
Model Endpoint Name: Name of the model endpoint.
Amazon SageMaker
Tokenizer: cl100k_base
Embedding Dimension:
Model Endpoint Name: Name of the model endpoint
Max Tokens:
Last updated