Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The account system provides a secure and flexible way to manage funds across dif

## Prerequisites

- Node.js >= 22.0.0
- Node.js >= 20.0.0
- A wallet with 0G tokens (for testnet or mainnet)
- EVM compatible wallet (for Web UI)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Prerequisites

- Node.js >= 22.0.0
- Node.js >= 20.0.0
- A wallet with 0G tokens (either testnet or mainnet)
- EVM compatible wallet (for Web UI)

Expand All @@ -32,16 +32,16 @@

| # | 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 by Type:**

**Chatbots (1 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 (Chatbots)
- **Qwen 2.5 7B Instruct**: Fast and efficient conversational model

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

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Qwen)

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

Check warning on line 44 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 @@ -57,18 +57,18 @@
| # | Model | Type | Provider | Input (per 1M tokens) | Output (per 1M tokens) |
|---|-------|------|----------|----------------------|------------------------|
| 1 | `GLM-5-FP8` | Chatbot | `0xd9966e...` | 1 0G | 3.2 0G |
| 2 | `deepseek-chat-v3-0324` | Chatbot | `0x1B3AAe...` | 0.30 0G | 1.00 0G |

Check warning on line 60 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 62 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 68 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-FP8**: High-performance reasoning model (FP8 quantized)
- **GPT-OSS-120B**: Large-scale open-source GPT model
- **Qwen3 VL 30B A3B Instruct**: Vision-language multimodal model

Check warning on line 71 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 71 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
Loading