- YAML
- JSON
config.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Amazon SageMaker with Continue to use deployed LLM endpoints for both chat and embedding models, supporting LMI and HuggingFace TEI deployments with AWS credentials
name: My Config
version: 0.0.1
schema: v1
models:
- name: deepseek-6.7b-instruct
provider: sagemaker
model: lmi-model-deepseek-coder-xxxxxxx
region: us-west-2
roles:
- chat
- name: mxbai-embed
provider: sagemaker
model: mxbai-embed-large-v1-endpoint
roles:
- embed
{
"models": [
{
"title": "deepseek-6.7b-instruct",
"provider": "sagemaker",
"model": "lmi-model-deepseek-coder-xxxxxxx",
"region": "us-west-2"
}
],
"embeddingsProvider": {
"provider": "sagemaker",
"model": "mxbai-embed-large-v1-endpoint"
}
}
[sagemaker]
aws_access_key_id = abcdefg
aws_secret_access_key = hijklmno
aws_session_token = pqrstuvwxyz # Optional: means short term creds.
Was this page helpful?