Commit 7b949e

2026-04-15 07:57:05 Anonymous: update
indra-swarm/api handles.md ..
@@ 2,7 2,7 @@
## Gemma-4-26B-A4B-it
- [Model Specs](https://huggingface.co/google/gemma-4-26B-A4B-it)
+ [Model info](https://huggingface.co/google/gemma-4-26B-A4B-it)
**Docker image's Current Sglang Config**
@@ 25,6 25,21 @@
**Test Curl**
+ ```
+ curl http://localhost:3000/v1/chat/completions \
+ -H "Content-Type: application/json" \
+ -d '{
+ "model": "google/gemma-4-26b-a4b-it",
+ "messages": [{"role": "user", "content": "System check. Are you online?"}]
+ }'
+ ```
+
+ ## faster-Qwen3-tts
+
+ [Model info](https://github.com/andimarafioti/faster-qwen3-tts)
+
+ **Test Curl**
+
```
curl -X \
POST http://192.168.40.40:8002/v1/audio/speech -H \
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9