Skip to content

proxy: add /v1/responses and /v1/audio/voices endpoints#448

Merged
mostlygeek merged 1 commit intomainfrom
extra-endpoints-442-226
Jan 1, 2026
Merged

proxy: add /v1/responses and /v1/audio/voices endpoints#448
mostlygeek merged 1 commit intomainfrom
extra-endpoints-442-226

Conversation

@mostlygeek
Copy link
Owner

@mostlygeek mostlygeek commented Jan 1, 2026

Updates #433
Fixes #442 #226

Summary by CodeRabbit

Release Notes

  • New Features

    • Added support for two new OpenAI API endpoints: v1/responses and v1/audio/voices. Both endpoints are now functional and ready for use.
  • Documentation

    • Updated API documentation to include newly supported endpoints, providing users with complete reference information.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 1, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Documentation and routing updates to support the /audio/voices endpoint. README updated with two new endpoint entries, and proxy manager configured with a new POST route for /v1/audio/voices that leverages the existing inference handler.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added two new OpenAI API supported endpoints: v1/responses and v1/audio/voices
Routing Configuration
proxy/proxymanager.go
Added POST /v1/audio/voices route mapped to existing proxyInferenceHandler, following the pattern of the /v1/audio/speech endpoint

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7931212 and acac0bf.

📒 Files selected for processing (2)
  • README.md
  • proxy/proxymanager.go

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mostlygeek mostlygeek merged commit 8df5e85 into main Jan 1, 2026
2 of 3 checks passed
@mostlygeek mostlygeek deleted the extra-endpoints-442-226 branch January 1, 2026 20:52
@jwraats
Copy link

jwraats commented Jan 1, 2026

Hi @mostlygeek Thanks for implementing it so quickly! but if I check the code nothing is added related to /v1/responses, only the documentation is updated.

@mostlygeek
Copy link
Owner Author

haha! Oops.

@mostlygeek
Copy link
Owner Author

@jwraats fixed and released in v182 (building now)

@jwraats
Copy link

jwraats commented Jan 1, 2026

Cheers! I’ll check it out when the containers are present :)

-- Edit; works, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature request: /audio/voices endpoint

2 participants