|
1 | 1 | # 🚀 openai-responses-server |
2 | 2 |
|
3 | | -A plug-and-play server that speaks OpenAI’s Responses API—no matter which AI backend you’re running. |
| 3 | +A plug-and-play server that speaks OpenAI’s Responses API—no matter which AI backend you’re running. |
4 | 4 |
|
5 | | -Ollama? vLLM? LiteLLM? Even OpenAI itself? |
6 | | -This server bridges them all to the OpenAI ChatCompletions & Responses API interface. |
| 5 | +Ollama? vLLM? LiteLLM? Even OpenAI itself? |
| 6 | +This server bridges them all to the OpenAI ChatCompletions & Responses API interface. |
7 | 7 |
|
8 | | -In plain words: |
9 | | -👉 Want to run OpenAI’s Coding Assistant (Codex) or other OpenAI API clients against your own models? |
10 | | -👉 Want to experiment with self-hosted LLMs but keep OpenAI’s API compatibility? |
| 8 | +In plain words: |
| 9 | +👉 Want to run OpenAI’s Coding Assistant (Codex) or other OpenAI API clients against your own models? |
| 10 | +👉 Want to experiment with self-hosted LLMs but keep OpenAI’s API compatibility? |
11 | 11 |
|
12 | | -This project makes it happen. |
| 12 | +This project makes it happen. |
13 | 13 | It handles stateful chat, tool calls, and future features like file search & code interpreter—all behind a familiar OpenAI API. |
14 | 14 |
|
15 | 15 | ⸻ |
16 | 16 |
|
17 | 17 | # ✨ Why use this? |
18 | 18 |
|
19 | | -✅ Acts as a drop-in replacement for OpenAI’s Responses API. |
20 | | -✅ Lets you run any backend AI (Ollama, vLLM, Groq, etc.) with OpenAI-compatible clients. |
21 | | -✅ Supports OpenAI’s new Coding Assistant / Codex that requires Responses API. |
22 | | -✅ Already battle-tested inside baby-tau: an autonomous AI assistant. |
23 | | -✅ Built for hackers, tinkerers, researchers, OSS enthusiasts. |
| 19 | +✅ Acts as a drop-in replacement for OpenAI’s Responses API. |
| 20 | +✅ Lets you run any backend AI (Ollama, vLLM, Groq, etc.) with OpenAI-compatible clients. |
| 21 | +✅ Supports OpenAI’s new Coding Assistant / Codex that requires Responses API. |
| 22 | +✅ Already battle-tested inside baby-tau: an autonomous AI assistant. |
| 23 | +✅ Built for hackers, tinkerers, researchers, OSS enthusiasts. |
24 | 24 |
|
25 | 25 | ⸻ |
26 | 26 |
|
|
0 commit comments