[PR #10316] server: Added Basic support for OpenAI Responses Endpoint #18480

Open
opened 2026-04-16 06:36:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10316
Author: @RediatBrook
Created: 4/17/2025
Status: 🔄 Open

Base: mainHead: rediat-OpenAI-Responses-Feature


📝 Commits (1)

  • 92c721d Basic support for OpenAI Responses

📊 Changes

2 files changed (+178 additions, -0 deletions)

View changed files

📝 openai/openai.go (+176 -0)
📝 server/routes.go (+2 -0)

📄 Description

Basic support for /v1/responses endpoint, this PR should allow Codex to support Ollama and close this related issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/10316 **Author:** [@RediatBrook](https://github.com/RediatBrook) **Created:** 4/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `rediat-OpenAI-Responses-Feature` --- ### 📝 Commits (1) - [`92c721d`](https://github.com/ollama/ollama/commit/92c721d58e36ffda6392970ada4825d06c17f692) Basic support for OpenAI Responses ### 📊 Changes **2 files changed** (+178 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `openai/openai.go` (+176 -0) 📝 `server/routes.go` (+2 -0) </details> ### 📄 Description Basic support for [/v1/responses endpoint](https://platform.openai.com/docs/guides/responses-vs-chat-completions), this PR should allow Codex to support Ollama and close [this related issue](https://github.com/ollama/ollama/issues/10309). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 06:36:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#18480