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
Follow-up to #246 (closed by #249). The docs rebuild shipped one of the eleven planned integration pages at full quality, plus a baseline errors-and-retries.md:
✅ docs/integration/errors-and-retries.md — status-code table, error.type strings verified against ProxyError
The other ten pages exist but are placeholder-tier and need expansion. Per #240's "Remaining Work Breakdown", they are tracked here as separate doc refinements.
Scope
Expand each page to match the depth of openai-compatible-api.md (request shape, response shape, streaming behavior where applicable, provider compatibility, real curl + SDK example, anchor to the corresponding e2e test):
Background
Follow-up to #246 (closed by #249). The docs rebuild shipped one of the eleven planned integration pages at full quality, plus a baseline
errors-and-retries.md:docs/integration/openai-compatible-api.md— full request-flow mermaid + endpoint surface + authdocs/integration/errors-and-retries.md— status-code table, error.type strings verified againstProxyErrorThe other ten pages exist but are placeholder-tier and need expansion. Per #240's "Remaining Work Breakdown", they are tracked here as separate doc refinements.
Scope
Expand each page to match the depth of
openai-compatible-api.md(request shape, response shape, streaming behavior where applicable, provider compatibility, real curl + SDK example, anchor to the corresponding e2e test):docs/integration/streaming.md— SSE event ordering, abort behavior, partial-chunk semanticsdocs/integration/tool-calling.md— cross-provider tool-use translation; anchor totests/e2e/src/cases/tools-cross-provider-e2e.test.tsdocs/integration/anthropic-messages.md— full/v1/messagesreference; OpenAI → Anthropic translation matrixdocs/integration/embeddings.md— providers that implement it, dimension handlingdocs/integration/responses.md— OpenAI Responses API surface; current OpenAI-provider-only constraintdocs/integration/audio.md— transcriptions / translations / speech; per-provider compatibilitydocs/integration/images.md—/v1/images/generations; provider compatibilitydocs/integration/rerank.md— Jina AI rerank surface (per feat(rerank): Jina AI provider support on /v1/rerank (#213 Phase 2) #229)docs/integration/passthrough.md—/passthrough/:provider/*restsemantics, auth boundaryAcceptance criteria
For each page:
References