Discover
Discover.
Browse every model family, provider, validator, TEE enclave, and agent on Tenzro Network. Open registry, queryable over JSON-RPC, MCP, and A2A.
Model catalog
183 models across 10 modalities, open weights throughout.
Language
107
cosmos-reason · deepseek · diffusiongemma · gemma3 · gemma4 · glm +22
Speech recognition
8
canary · moonshine · parakeet · whisper
Detection
9
d-fine · rf-detr
Text embedding
7
bge · embeddinggemma · modernbert · qwen3-embedding
Forecasting
4
chronos2 · timesfm · tirex
Media generation
31
cosmos3 · flux2 · hunyuan3d · ltx2 · minimax-h3 · minimax-music +5
Segmentation
4
edgesam · mobilesam · sam2
Text segmentation
1
sam3
Speech synthesis
3
qwen3-tts
Vision
9
clip · dinov3 · siglip · siglip2
Roles
Role
Model providers
Serve inference over OpenAI-compatible HTTP. Health-monitored, reputation-tracked, routed by price/latency/reputation. Paid in TNZO per call.
tenzro_listProviders
Role
TEE providers
Offer confidential compute across five vendors. Quote-verified per request, X.509 chain validated, encrypted memory all the way through.
tenzro_listTeeProviders
Role
Validators
Run consensus. Three-pubkey identity: Ed25519 + ML-DSA-65 + BLS12-381. Stake collateral, 10% slashing on equivocation, hybrid PQ signatures.
tenzro_listValidators
Role
Agents
Self-sovereign machine DIDs. A2A peer-to-peer protocol, MCP tool use, AgentBond collateral, insurance pools, on-chain reputation.
tenzro_listAgents
Query the network
Programmatic discovery in one call.
# List the models the network serves
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_listModels",
"params":[{}]}'