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

Quickstart

Get from signup to your first API call in under 5 minutes.

TensorX was formerly Tensorix. Existing API endpoints, keys and links keep working and redirect automatically to their tensorx.ai equivalents — there is nothing you need to change.


Step 1: Create Your Account

  1. Go to app.tensorx.ai/register

  2. Enter your email and password

  3. Check your inbox for a verification email

  4. Click the verification link


Step 2: Generate an API Key

  1. Go to your Dashboard

  2. Navigate to API Keys

  3. Click Generate New Key

  4. Enter a name (e.g., "My First Key")

  5. Click Create


Step 3: Make Your First API Call

Test that everything works with a simple curl command:

You should see a JSON list of available models. 🎉


Step 4: Chat with a Model

Now let's have a conversation:


Step 5: Check Your Usage

  1. Go to Dashboard → Usage

  2. See your request history with timestamps, models, tokens, and costs

  3. Export to CSV if needed


That's It! ✅

You're now ready to build with TensorX. Here's what to explore next:

Next Step
Link

Browse available models

Models

Learn about chat completions

Chat API

Add function calling

Function Calling

Set up streaming

Streaming

Connect your favorite tool

Integrations


Already Using OpenAI?

TensorX is a drop-in replacement. Just change two things:

That's it! All your existing code works unchanged.


Common Issues

Problem
Solution

"Insufficient balance"

Add credits to your account in the Dashboard

"401 Unauthorized"

Check your API key is correct and complete

"404 Not Found"

Base URL must include /v1: https://api.tensorx.ai/v1

Key not working

Make sure you copied the full key including sk- prefix


Need Help?

Last updated

Was this helpful?