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
- Sign in with Google or a wallet.
- Open API Access.
- Create a key for your project and copy the secret once.
- 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 ModelsNetworks
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.

