WiLine Edge Cloud Inference API
OpenAI-compatible inference API for WiLine Edge Cloud. Use any OpenAI SDK or tool by pointing base_url at https://inference.wiline.com/v1 and authenticating with your WEC API key.
New here? Start with the Inference Overview — it covers the quick start, code examples, and where to go next.
Endpoints
/v1/chat/completionsGenerate a reply from a list of messages. Supports streaming, tool calling, and vision.
/v1/completionsLegacy single-prompt completion for models that don't use the chat format.
/v1/embeddingsConvert text into a numerical vector for semantic search, RAG, and similarity tasks.
/v1/modelsReturn every model available on this endpoint with its ID and metadata.
/v1/models/{model_id}Fetch metadata for a single model — context window, capabilities, and pricing.
/v1/audio/transcriptionsTranscribe an audio file to text using Whisper. Supports many languages and formats.
/v1/audio/speechSynthesize natural-sounding speech from text and stream the audio back as an MP3.