Skip to content

api-evangelist/targon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Targon (targon)

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

Tags

  • AI
  • LLM
  • Inference
  • Decentralized
  • Bittensor

Timestamps

  • Created: 2026-06-21
  • Modified: 2026-06-21

APIs

Targon Chat Completions API

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.

Tags

  • Chat
  • Completions
  • LLM

Properties

Targon Completions API

OpenAI-compatible legacy text completion endpoint that takes a prompt string and returns generated text from decentralized miner inference.

Tags

  • Completions
  • Text Generation

Properties

Targon Models API

Lists the open models currently live on Targon, which can be extended permissionlessly by the community, with OpenAI-compatible model metadata.

Tags

  • Models
  • Catalog

Properties

Targon Images API

OpenAI-compatible image generation endpoint that returns images from a text prompt using image models served across the Subnet 4 miner marketplace.

Tags

  • Images
  • Image Generation
  • Multimodal

Properties

Targon Search API

Search endpoint that returns relevant results for a query string, usable to ground model responses with retrieved context.

Tags

  • Search
  • Retrieval

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Notes

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors