Skip to main content

Endpoint

GET https://eachsense-agent.core.eachlabs.run/v1/models

Code Examples

curl https://eachsense-agent.core.eachlabs.run/v1/models \
  -H "X-API-Key: YOUR_API_KEY"

Response

{
  "object": "list",
  "data": [
    {
      "id": "eachsense/beta",
      "object": "model",
      "created": 1708345678,
      "owned_by": "eachlabs"
    }
  ]
}
The agent orchestrates 500+ underlying AI models, but exposes a single eachsense/beta model through the OpenAI-compatible interface. Model selection happens automatically based on your request.
Last modified on March 6, 2026