For developers
Cheap batch compute,
one import away.
Drop-in SDKs for the expensive parts of your AI stack — embeddings, transcription, OCR, rerankers. Same interfaces you already use. A fraction of the cost.
pip install commoncompute·npm i @commoncompute/sdk
Examples
Idiomatic SDK, one-liners per workload.
Embeddings
Bulk vector generation for search, RAG, clustering.
Drop-in compatibility
Change the import. Keep everything else.
Our SDKs mirror the interfaces you already call. No surgery on retry logic, serialization, or types — just a one-line swap at the top of the file.
Provider
What you have
What to use instead
Coverage
OpenAI
from openai import OpenAI
from commoncompute import OpenAICompat as OpenAI
Embeddings, moderation
Cohere
import cohere
from commoncompute import CohereCompat as cohere
Rerank, embed
AWS Transcribe
import boto3
from commoncompute import TranscribeCompat as boto3
Bulk transcription
HuggingFace
from transformers import pipeline
from commoncompute import pipeline
Any supported model
Guarantees
Production-grade, not a hobbyist cluster.
Walkthrough
Watch the first task land.
Walkthrough · 90 sec
Submit your first job in 60 seconds
From npm install to a signed receipt — keys, quote, dispatch, result. Recorded against the live network.
- Sign up at commoncompute.ai/signup (you get $5 in credits).
- Copy your API key from the dashboard.
- npm install @commoncompute/sdk-node.
- Submit a small job — embeddings is cheapest.
- Inspect the signed receipt the network returns.
Run one job. See it land.
Free credits on signup. No card. No cluster setup. You'll know in five minutes whether this is cheaper.