# Welcome to Tensorix

**Tensorix** is an AI inference platform that gives developers access to powerful open-source models through simple, familiar APIs.

Use cutting-edge models like **GLM-5.1**, **MiniMax-M2**, and **MiniMax-M2.5** with your existing tools - no code changes required.

## Why Tensorix?

* 🚀 **Powerful open-source models** - GLM-5.1, MiniMax-M2.5, MiniMax-M2, and more
* 💰 **Pay-as-you-go pricing** - Only pay for what you use
* ✨ **Full feature support** - Works with Claude Code, Cursor, Cline, and more
* 🇪🇺 **EU-hosted infrastructure** with zero data retention

***

## Quick Start

1. **Sign up** at [tensorix.ai](https://tensorix.ai) and get your API key
2. **Choose your integration** - Claude Code, Cursor, or Cline
3. **Configure** - Point your tool to Tensorix's API endpoint
4. **Start building** - Use powerful models for coding, reasoning, and more

***

## Get Started

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀 Claude Code CLI</strong></td><td>Use Tensorix with Claude Code in terminal</td><td><a href="/pages/1jslHbxDIby9lXImnRzH">/pages/1jslHbxDIby9lXImnRzH</a></td></tr><tr><td><strong>💻 Claude Code VS Code</strong></td><td>Claude Code extension in VS Code</td><td><a href="/pages/lWeBl8VuqGdTZWQzTDsL">/pages/lWeBl8VuqGdTZWQzTDsL</a></td></tr><tr><td><strong>⚡ Cursor</strong></td><td>Configure Cursor IDE with Tensorix</td><td><a href="/pages/ANTLghfACT0GwYuweYAJ">/pages/ANTLghfACT0GwYuweYAJ</a></td></tr><tr><td><strong>🔧 Cline</strong></td><td>Set up Cline extension</td><td><a href="/pages/Rbq6bgiyNeJb0hwI5lDT">/pages/Rbq6bgiyNeJb0hwI5lDT</a></td></tr><tr><td><strong>💬 LibreChat</strong></td><td>Self-hosted ChatGPT alternative with Tensorix</td><td><a href="/pages/rl148UqUvOGNcko01Sl8">/pages/rl148UqUvOGNcko01Sl8</a></td></tr><tr><td><strong>🌐 Open WebUI</strong></td><td>Feature-rich self-hosted chat interface</td><td><a href="/pages/gnU3jbVOgNiVhHmi2F1U">/pages/gnU3jbVOgNiVhHmi2F1U</a></td></tr></tbody></table>

***

## API Endpoints

| Type                    | Base URL                     |
| ----------------------- | ---------------------------- |
| Claude Code / Anthropic | `https://api.tensorix.ai`    |
| OpenAI Compatible       | `https://api.tensorix.ai/v1` |

***

## Available Models

| Model             | Model ID                      | Best For                        |
| ----------------- | ----------------------------- | ------------------------------- |
| **GLM-5.1** ⭐     | `z-ai/glm-5.1`                | Coding, reasoning, general use  |
| **MiniMax-M2.5**  | `minimax/minimax-m2.5`        | Reasoning, functions            |
| **Kimi-K2.5**     | `moonshotai/kimi-k2.5`        | Vision, functions, long context |
| **MiniMax-M2**    | `minimax/minimax-m2`          | Coding, fast responses          |
| **DeepSeek-V3.1** | `deepseek/deepseek-chat-v3.1` | General chat, reasoning         |

Browse all models and pricing at [tensorix.ai/models](https://tensorix.ai/models).

{% hint style="success" %}
**Recommended for Claude Code:** GLM-5.1 offers excellent reasoning and code generation capabilities.
{% endhint %}

***

## Need Help?

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>📝 API Examples</strong></td><td>Sample curl commands and SDK examples</td><td><a href="/pages/KkLhWHmmTV9vutnjk9g6">/pages/KkLhWHmmTV9vutnjk9g6</a></td></tr><tr><td><strong>💳 Credit &#x26; Billing</strong></td><td>Payment methods and pricing info</td><td><a href="/pages/CMeEPL59vxfHWrJAmRnh">/pages/CMeEPL59vxfHWrJAmRnh</a></td></tr><tr><td><strong>❓ Troubleshooting</strong></td><td>Common issues and solutions</td><td><a href="/pages/duJQitVA5X3BB9WAgtX8">/pages/duJQitVA5X3BB9WAgtX8</a></td></tr><tr><td><strong>💬 Contact Support</strong></td><td>Get in touch with our team</td><td><a href="/pages/lbZPxIyNLptb3xB9sQUf">/pages/lbZPxIyNLptb3xB9sQUf</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tensorix.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
