Spaces:
Running on Zero
Running on Zero
Clarify free inference availability
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ python_version: "3.12"
|
|
| 14 |
|
| 15 |
A streaming text-and-image chat demo for [`Qwen/Qwen3.8-Flash-Next`](https://huggingface.co/Qwen/Qwen3.8-Flash-Next). The 125B-parameter checkpoint is called through an OpenAI-compatible inference endpoint, so this Space does not download or expose model weights or API credentials.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
## Configuration
|
| 18 |
|
| 19 |
In the Space **Settings → Variables and secrets**, create these secrets:
|
|
|
|
| 14 |
|
| 15 |
A streaming text-and-image chat demo for [`Qwen/Qwen3.8-Flash-Next`](https://huggingface.co/Qwen/Qwen3.8-Flash-Next). The 125B-parameter checkpoint is called through an OpenAI-compatible inference endpoint, so this Space does not download or expose model weights or API credentials.
|
| 16 |
|
| 17 |
+
> **Availability notice:** The model weights are openly available, but this Space cannot provide free public inference for this very large model. To run the chat, its owner must configure an OpenAI-compatible endpoint and API key, or host the model on suitable hardware. The Space does not collect visitor API keys.
|
| 18 |
+
|
| 19 |
## Configuration
|
| 20 |
|
| 21 |
In the Space **Settings → Variables and secrets**, create these secrets:
|