DEVELOPER HUB & API SPEC
TensorFact Developer Documentation
Everything you need to integrate TensorFact distributed inference, manage bare-metal GPU clusters, and build Model Context Protocol (MCP) servers.
Quickstart Guide
Get started with TensorFact in under 2 minutes. Install the official Python SDK or use the OpenAI-compatible REST API.
# Install the official TensorFact CLI and Python SDK pip install --upgrade tensorfact # Authenticate with your API key export TENSORFACT_API_KEY="tf_live_sec_your_api_key_here" # Test cluster ping tensorfact cluster ping
Model Catalog & Pricing
All models are deployed on liquid-cooled NVIDIA B200 / H200 clusters with native FP8 / AWQ acceleration.
| Model Identifier | Context Window | Input / 1M Tokens | Cached Input | Output / 1M Tokens |
|---|---|---|---|---|
| deepseek-ai/DeepSeek-V3 | 128000 | $0.1400 | $0.0140 (90% off) | $0.2800 |
| meta-llama/Llama-3.3-70B-Instruct | 128000 | $0.1200 | $0.0120 (90% off) | $0.2400 |
| qwen/Qwen2.5-72B-Instruct | 128000 | $0.1200 | $0.0120 (90% off) | $0.2400 |
| meta-llama/Llama-3.1-405B-Instruct | 128000 | $0.4800 | $0.0480 (90% off) | $0.9600 |
| qwen/Qwen2.5-Coder-32B-Instruct | 128000 | $0.0600 | $0.0060 (90% off) | $0.1200 |
| mistralai/Mistral-Large-2407 | 128000 | $0.2000 | $0.0200 (90% off) | $0.4000 |
| black-forest-labs/FLUX.1-schnell | 4096 | $0.0030 | $0.0030 (90% off) | $0.0030 |
| openai/whisper-large-v3 | 448 | $0.0015 | $0.0015 (90% off) | $0.0015 |