Skip to main content

Endpoint Overview

This section provides an overview of the Telex AI API endpoints. These APIs are designed to power agentic systems integrated with Telex — enabling your agents to discover models, interact through chat, and build intelligent behaviors within the Telex platform.

🔗 Base URL

All endpoints share the following base URL:

https://api.telex.im/api/v1/telexai/

Endpoints

Telex AI provides two main endpoint at the moment.

EndpointMethodDescription
/modelsGETRetrieve available models
/chatPOSTSend messages to generate AI responses

Primary Capabilities

Telex AI provides two primary capabilities through its API — built specifically to support agentic behavior:

Model Discovery

Use the /models endpoint to retrieve a list of models available to your API key. This allows agents to programmatically explore which models they can access and dynamically select models based on their capabilities or user preferences.

For complete details, visit Model Discovery.

Chat Interaction

The /chat endpoint lets agents send user messages to a selected model and receive AI-generated responses. It supports both stateless interactions (single-turn) and contextual conversations (multi-turn), enabling agents to maintain rich, ongoing dialogs.

For complete details, visit Chat.

Additional Notes

For detailed usage guides, see:

Need to troubleshoot? See Common Authentication Errors.