Tensora

Docs

What Tensora is

Tensora is crypto-native AI infrastructure. You route models, rent GPUs, and connect tools from one place. Usage settles in USDC, USDG, or a card top-up.

Lab is the operator surface. Create a key, fund a project, and watch your ledger as work runs.

Get an API key

  1. Sign in with Google or a wallet.
  2. Open API Access.
  3. Create a key for your project and copy the secret once.
  4. Send it as Authorization Bearer tsk_… on API requests.

The key unlocks the API. Your balance on Billing pays for usage.

Auth and funding

Home, Models, Compute, Tools, and Docs stay open without an account. API Access, Activity, Billing, and Dashboard need a signed-in session.

Fund usage with USDC on Base, USDG, other crypto, or a credit card. Open Billing to deposit.

Call models

Use tensora/auto to let the router choose, or pin a model from the catalog. Requests follow an OpenAI-compatible chat shape.

curl https://api.tensora.cloud/v1/chat/completions \
  -H "Authorization: Bearer $TENSORA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tensora/auto",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'
Open Models

Compute and tools

Compute lists GPU offers by region. Renting requires sign-in. Tools connects APIs and MCPs to your project. Connect is gated the same way.

Activity and billing

Activity is your personal ledger. Billing shows balances, deposits, and usage cost. Dashboard summarizes spend and recent events for your account only.

Networks

USDC on Base is the primary stablecoin path for Lab credits. USDG is the Robinhood dollar option for funding. Explorer links show up on payment activity when available.