Responses Api

Follows the OpenAI Responses API spec: https://platform.openai.com/docs/api-reference/responses

curl -X POST http://localhost:4000/v1/responses     -H "Content-Type: application/json"     -H "Authorization: Bearer sk-1234"     -d '{
    "model": "gpt-4o",
    "input": "Tell me about AI"
}'
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!