OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

OpenAI Pass-through
pass-through

Openai Proxy Route

Pass-through endpoint for OpenAI API calls.

Available on both routes:

  • /openai/{endpoint:path} - Standard OpenAI passthrough route
  • /openai_passthrough/{endpoint:path} - Dedicated passthrough route (recommended for Responses API)

Use /openai_passthrough/* when you need guaranteed passthrough to OpenAI without conflicts with LiteLLM's native implementations (e.g., for the Responses API at /v1/responses).

Examples: Standard route: - /openai/v1/chat/completions - /openai/v1/assistants - /openai/v1/threads

Dedicated passthrough (for Responses API):
- /openai_passthrough/v1/responses
- /openai_passthrough/v1/responses/{response_id}
- /openai_passthrough/v1/responses/{response_id}/input_items

Docs

get/openai_passthrough/{endpoint}

Path parameters

endpointstring required

Response

Successful Response

{"stackTrail":"paths:/openai_passthrough/{endpoint}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}