You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some providers require a non-standard or versioned completion endpoint path. Use `completionUrlRelativePath` to override the default path appended to your provider `url`.
112
+
113
+
Defaults by API type:
114
+
-`openai-responses`: `/v1/responses`
115
+
-`openai-chat`: `/v1/chat/completions`
116
+
-`anthropic`: `/v1/messages`
117
+
118
+
Only set this when your provider uses a different path or expects query parameters at the endpoint (e.g., Azure API versioning).
0 commit comments