inference
SIE-native generation with optional bounded inline images. Omit stream or set it to false for a blocking JSON response; set stream: true for SIE-native Server-Sent Events terminated by data: [DONE]. The model path parameter must use the SIE-safe ID (for example Qwen__Qwen3-4B-Instruct); HF-style slashes reject with 400.
post/v1/generate/{model}
Path parameters
modelstring required
Model id. Runtime route is Axum catch-all /v1/generate/{*model}; clients using this OpenAPI path template should percent-encode slashes in model ids, for example BAAI%2Fbge-m3.
Headers
X-SIE-MACHINE-PROFILEstring nullable
Preferred GPU or machine profile
X-SIE-Poolstring nullable
Explicit pool routing override
X-SIE-SDK-Versionstring nullable
Client SDK version for skew warnings
Request body
Response
Generated text as blocking JSON, or SIE-native SSE GenerateChunk events when stream: true; SSE terminates with data: [DONE].