Chat Completions
OpenAI Chat · POST /v1/chat/completionsKeep the native request shape your existing OpenAI-compatible client expects.
Your application keeps its native protocol. The gateway handles the route, credentials, and controls behind a stable base URL.
Infrastructure
should disappear.
Native API surface
Routes are activated by account, protocol, and validation status. Keep the API contract your application knows; let the gateway take care of credentials, route controls, and operational choices.
OpenAI Chat · POST /v1/chat/completionsKeep the native request shape your existing OpenAI-compatible client expects.
OpenAI Responses · POST /v1/responsesUse the native Responses contract, including streaming and client-defined tools.
Anthropic Messages · POST /v1/messagesKeep Anthropic Messages calls intact from request through response.
Account-aware catalog · GET /v1/modelsSee the models and routes currently enabled for the API key you hold.
Point a client at one stable base URL. Keep the request contract that fits the route and the work in front of you.
POST https://gateway.timmyagentic.com/v1/responses
Authorization: Bearer $TIMMY_API_KEY
Content-Type: application/json
{
"model": "YOUR_ENABLED_MODEL",
"input": "Keep building."
}OpenAI APIsAuthorization: Bearer $TIMMY_API_KEY
Anthropic Messagesx-api-key: $TIMMY_API_KEY
Validated capabilities, not generic compatibility.
Requests and SSE responses stay in their native protocol shape. The gateway does not invent a shared message format in between.
Per-key limits, concurrency controls, spend guards, and route-level safeguards keep the request path intentional.
Every response carries a Request ID, so a production question has a clear path back without replaying the request.
Your key sees the models and routes enabled for your account. Check the catalog, choose a native endpoint, and ship without rebuilding your client.
GET /v1/modelsUse Responses, Messages, or Chat Completions—the endpoint your application already understands.
https://gateway.timmyagentic.comTell us which native protocol and models you need. We will help shape the route, issue access, and get your first production request moving.
Contact usFor integration questions, production routing, or a security concern, reach a human who understands the path.