Commit 2feda6

2026-04-17 00:36:29 Anonymous: Add links
indra-swarm/modelix.md ..
@@ 11,6 11,9 @@
## Example Requests
### Chat
+
+ OpenAI API docs: [Create chat completion](https://developers.openai.com/api/reference/resources/chat/subresources/completions/methods/create)
+
```
curl https://10.152.0.2:9999/v1/chat/completions -k \
-H "Content-Type: application/json" \
@@ 31,6 34,9 @@
```
### Speech Generation (Text to Speech - TTS)
+
+ OpenAI API docs: [Create speech](https://developers.openai.com/api/reference/resources/audio/subresources/speech/methods/create)
+
```
curl -X POST https://10.152.0.2:9999/v1/audio/speech \
-k \
@@ 45,6 51,9 @@
```
### Transcription (Speech to Text - STT)
+
+ OpenAI API docs: [Create transcription](https://developers.openai.com/api/reference/resources/audio/subresources/transcriptions/methods/create)
+
```
curl https://10.152.0.2:9999/v1/audio/transcriptions \
-k \
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