Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
> [!NOTE]
> OpenArc is under active development.

> [!NOTE]
> OpenArc currently requires nightly wheels to run the latest models.
> ```
> uv pip install --pre -U openvino-genai --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
> ```

**OpenArc** is an inference engine for Intel devices.

Serve LLMs, VLMs, Whisper, Kokoro-TTS, Qwen-TTS, Qwen-ASR, Embedding and Reranker models over OpenAI compatible endpoints, powered by OpenVINO on your device. Local, private, open source AI. OpenArc enables you to host speech to text, text to speech and an LLM on the same server, at the same time.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"misaki[en]>=0.9.4",
"openai>=2.2.0",
"openai-agents>=0.4.2",
"openvino-genai>=2026.2",
"openvino-genai>=2026.3.1",
"optimum[openvino]>=2.2.0",
"pip>=25.2",
"pybind11>=3.0.4",
Expand Down
Loading
Loading