Documentation Index
Fetch the complete documentation index at: https://continue-docs-dependabot-npm-and-yarn-docs-multi-c8c89d9539.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Tensorix is an OpenAI-compatible API gateway that provides access to DeepSeek, Llama, Qwen, GLM, MiniMax, and other models. Pay-as-you-go with no subscription required.
Chat Model
We recommend configuring deepseek/deepseek-chat-v3.1 as your chat model.
name: My Config
version: 0.0.1
schema: v1
models:
- name: DeepSeek Chat
provider: tensorix
model: deepseek/deepseek-chat-v3.1
apiKey: <YOUR_TENSORIX_API_KEY>
roles:
- chat
{
"models": [
{
"title": "DeepSeek Chat",
"provider": "tensorix",
"model": "deepseek/deepseek-chat-v3.1",
"apiKey": "<YOUR_TENSORIX_API_KEY>"
}
]
}
Autocomplete Model
name: My Config
version: 0.0.1
schema: v1
models:
- name: DeepSeek Chat
provider: tensorix
model: deepseek/deepseek-chat-v3.1
apiKey: <YOUR_TENSORIX_API_KEY>
roles:
- autocomplete
{
"models": [
{
"title": "DeepSeek Chat",
"provider": "tensorix",
"model": "deepseek/deepseek-chat-v3.1",
"apiKey": "<YOUR_TENSORIX_API_KEY>"
}
],
"tabAutocompleteModel": {
"title": "DeepSeek Chat",
"provider": "tensorix",
"model": "deepseek/deepseek-chat-v3.1",
"apiKey": "<YOUR_TENSORIX_API_KEY>"
}
}
Embeddings Model
Tensorix provides access to various embedding models. Click here to see a list of available models.
View the source