- 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.
Gobi CLI v1.4.49 is live 🚀 Learn how you can leverage the CLI with our MCP Cookbooks
Configure Amazon SageMaker with Gobi to use deployed LLM endpoints for both chat and embedding models, supporting LMI and HuggingFace TEI deployments with AWS credentials
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.