Infercom Console
Developer overview
One Infercom API contract for the services your organization is entitled to.
Your workspace
D
Demo workspaceCustomer · tenant context
ACTIVEAPI access
Create a key to call any entitled service through the OpenAI-compatible endpoint.
Manage API keys →DEVELOPER API
Quick start
Use your Infercom alias. Provider and gateway details stay behind the API boundary.
curl https://api.infercom.ai/v1/chat/completions \
-H "Authorization: Bearer inf_…" \
-H "Content-Type: application/json" \
-d '{"model":"your-infercom-model","messages":[{"role":"user","content":"Hello"}]}'