WORKSPACEDemo workspace
Runtime status unavailableADAdmin user
Infercom Console

Developer overview

One Infercom API contract for the services your organization is entitled to.

Your workspace

D
Demo workspaceCustomer · tenant context
ACTIVE

API 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"}]}'
1Create an API keyGet started
2Choose a serviceBrowse catalog
3Run your first requestOpen playground