Endpoint Examples
OpenAI,Claude, Gemini,... Chat
This endpoint generates a chat completion response from OpenAI’s models. You can use for Claude AI, GPT-4, and other models.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Whether to use stream mode (simulates typing effect).
Context of the conversation.
The model to use (e.g., gpt-4o-mini
).