Skip to main content
POST https://asklethe.ai/v1/responses accepts the same request shape as OpenAI’s Responses API (input instead of messages, structured output items, etc.). Use this if your client already targets the Responses API rather than Chat Completions.

When to use this vs. Chat Completions

  • Use Chat Completions if your tooling (LangChain, CrewAI, most SDKs) expects the messages array shape.
  • Use Responses if you’re already on OpenAI’s newer Responses API and want to keep that request/response shape.
Both endpoints share the same authentication, quota, model resolution (lethe / lethe-vision), and error format. See Authentication, Rate Limits, and Errors. Vision input (input_image / input_video items) requires model: "lethe-vision", same rule as Chat Completions.