Targon is a decentralized AI inference platform operated as Bittensor Subnet 4 by Manifold Labs. It serves popular open models through an OpenAI-compatible REST API at https://api.targon.com/v1, where a marketplace of miners runs the inference and validators verify responses, giving developers chat, completions, image, and search endpoints over confidential, decentralized compute.
APIs.json: https://raw.githubusercontent.com/api-evangelist/targon/refs/heads/main/apis.yml
- AI
- LLM
- Inference
- Decentralized
- Bittensor
- Created: 2026-06-21
- Modified: 2026-06-21
OpenAI-compatible chat completions across open models (Llama, DeepSeek, and other community-added models) served by Bittensor Subnet 4 miners, with streaming, temperature, and max_tokens controls.
- Human URL: https://docs.targon.com
- Base URL:
https://api.targon.com/v1
- Chat
- Completions
- LLM
- Documentation
- API Reference
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- AsyncAPI — AsyncAPI Specification
OpenAI-compatible legacy text completion endpoint that takes a prompt string and returns generated text from decentralized miner inference.
- Human URL: https://docs.targon.com
- Base URL:
https://api.targon.com/v1
- Completions
- Text Generation
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Lists the open models currently live on Targon, which can be extended permissionlessly by the community, with OpenAI-compatible model metadata.
- Human URL: https://docs.targon.com
- Base URL:
https://api.targon.com/v1
- Models
- Catalog
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
OpenAI-compatible image generation endpoint that returns images from a text prompt using image models served across the Subnet 4 miner marketplace.
- Human URL: https://docs.targon.com
- Base URL:
https://api.targon.com/v1
- Images
- Image Generation
- Multimodal
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Search endpoint that returns relevant results for a query string, usable to ground model responses with retrieved context.
- Human URL: https://docs.targon.com
- Base URL:
https://api.targon.com/v1
- Search
- Retrieval
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
FN: Kin Lane Email: kin@apievangelist.com
Targon runs on the Bittensor network as Subnet 4. Unlike a single-vendor cloud, inference is produced by a decentralized marketplace of miners running OpenAI-compliant endpoints, with validators applying deterministic verification to incentivize honest, high-quality responses. The public surface developers consume is a standard OpenAI-compatible REST API at https://api.targon.com/v1 authenticated with a Bearer API key.