Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/developer-hub/building-on-0g/compute-network/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@

| # | Model | Type | Provider | Input (per 1M tokens) | Output (per 1M tokens) |
|---|-------|------|----------|----------------------|------------------------|
| 1 | `qwen-2.5-7b-instruct` | Chatbot | `0xa48f01...` | 0.05 0G | 0.10 0G |

Check warning on line 35 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (qwen)
| 2 | `qwen-image-edit-2511` | Image-Edit | `0x4b2a9...` | - | 0.005 0G/image |

Check warning on line 36 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (qwen)

**Available Models:**
- **Qwen 2.5 7B Instruct**: Fast and efficient conversational model

Check warning on line 39 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Qwen)
- **Qwen Image Edit 2511**: Advanced image editing and manipulation model

Check warning on line 40 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Qwen)

All testnet services feature TeeML verifiability and are ideal for development and testing.

Expand All @@ -53,18 +53,18 @@
| # | Model | Type | Provider | Input (per 1M tokens) | Output (per 1M tokens) |
|---|-------|------|----------|----------------------|------------------------|
| 1 | `GLM-5` | Chatbot | `0xd9966e...` | 1 0G | 3.2 0G |
| 2 | `deepseek-chat-v3-0324` | Chatbot | `0x1B3AAe...` | 0.30 0G | 1.00 0G |

Check warning on line 56 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (deepseek)
| 3 | `gpt-oss-120b` | Chatbot | `0xBB3f5b...` | 0.10 0G | 0.49 0G |
| 4 | `qwen3-vl-30b-a3b-instruct` | Chatbot | `0x4415ef...` | 0.49 0G | 0.49 0G |

Check warning on line 58 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (qwen)
| 5 | `whisper-large-v3` | Speech-to-Text | `0x36aCff...` | 0.05 0G | 0.11 0G |
| 6 | `z-image` | Text-to-Image | `0xE29a72...` | - | 0.003 0G/image |

**Available Models by Type:**

**Chatbots (4 models):**

Check warning on line 64 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Chatbots)
- **GLM-5**: Latest high-performance reasoning model
- **GPT-OSS-120B**: Large-scale open-source GPT model
- **Qwen 2.5 VL 72B**: Vision-language multimodal model

Check warning on line 67 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (multimodal)

Check warning on line 67 in docs/developer-hub/building-on-0g/compute-network/inference.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Qwen)
- **DeepSeek Chat V3**: Optimized conversational model

**Speech-to-Text (1 model):**
Expand Down Expand Up @@ -94,13 +94,21 @@

**Best for:** Quick testing, experimentation and direct frontend integration.

### Installation
### Option 1: Use the Hosted Web UI

Visit the official 0G Compute Marketplace directly — no installation required:

**[https://compute-marketplace.0g.ai/inference](https://compute-marketplace.0g.ai/inference)**

### Option 2: Run Locally

#### Installation

```bash
pnpm add @0glabs/0g-serving-broker -g
```

### Launch Web UI
#### Launch Web UI

```bash
0g-compute-cli ui start-web
Expand Down
Loading