For the complete documentation index, see llms.txt. This page is also available as Markdown.

Welcome to TensorX

TensorX is an EU-hosted AI inference platform with OpenAI-compatible and Anthropic-compatible API endpoints. The platform operates with zero data retention.


Quick Start

  1. Create an account at app.tensorx.ai.

  2. Generate an API key.

  3. Query GET /v1/models for the model IDs available to the key.

  4. Configure the required API endpoint.


Get Started


API Endpoints

Type
Base URL

Claude Code / Anthropic

https://api.tensorx.ai

OpenAI Compatible

https://api.tensorx.ai/v1


Model selection

Call GET /v1/models with your TensorX API key and use one of the returned IDs. If the integration depends on a capability or token limit, query GET /v1/model/info before selecting the model. See Models for examples.


Need Help?

Last updated

Was this helpful?