22 lines
464 B
Markdown
22 lines
464 B
Markdown
# Echo-IX
|
|
|
|
AI chat interface powered by [Inference-X](https://inference-x.com). 228 KB engine. BSL-1.1.
|
|
|
|
## Run
|
|
|
|
```bash
|
|
IX_HOST=127.0.0.1 IX_PORT=8081 node server.js
|
|
```
|
|
|
|
## API
|
|
|
|
- `POST /api/echo/chat` — Chat completion
|
|
- `POST /api/echo/stream` — SSE streaming
|
|
- `GET /api/echo/models` — Available models
|
|
- `GET /api/echo/hardware` — Backend status
|
|
- `GET /api/health` — Service health
|
|
|
|
## License
|
|
|
|
BSL-1.1 -> Apache 2.0 on 2030-02-12. Signature 935.
|