New: MCP server monitoring is live. Start free trial
PostHogSchemaBreaking

Parameter 'provider' added to GET /api/environments/{project_id}/llm_analytics/models/

Affected surface
GET /api/environments/{project_id}/llm_analytics/models/
Affected field
provider@query

What changed

Parameter 'provider' added to GET /api/environments/{project_id}/llm_analytics/models/ Affected surface: GET /api/environments/{project_id}/llm_analytics/models/. Root cause: parameter `provider@query`. Detected at Fri, 01 May 2026 00:36:55 UTC UTC.

Diff

{
  "added_required": [
    "provider"
  ],
  "parameter_in": "query",
  "parameter_name": "provider",
  "path": "GET /api/environments/{project_id}/llm_analytics/models/"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Review the change above against your usage. Most behavioral shifts don't require code changes, but it's worth a quick audit.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.