Skip to content
Discussion options

You must be logged in to vote

Hi @timjuedemann!

Your translation layer looks correct for the response format. A few things to check when using it with OmniRoute:

  1. Base URL: When adding the provider in OmniRoute, make sure the Base URL points to where your proxy is reachable from OmniRoute's perspective. If both run in Docker, use the container name or host network instead of localhost.
  2. API Key handling: OmniRoute sends an Authorization: Bearer header with every request. Your proxy should either:
    • Accept any value (ignore the header)
    • Or configure OmniRoute with a dummy API key that matches
  3. Model list endpoint: Ensure your /v1/models endpoint is reachable. OmniRoute calls this on provider setup to discover availa…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by diegosouzapw
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants