Skip to content

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:41
· 43 commits to dev since this release
Immutable release. Only release title and notes can be modified.
0ff7864

Added

  • Claude Opus 5: Added the Max-tier Claude Opus 5 and Claude Opus 5 Thinking entries from Perplexity's current model configuration.
  • Kimi K3: Added and live-tested the Pro-tier Kimi K3 Thinking identifier from Perplexity's current model configuration.

Fixed

  • Schematized SSE parsing: Added support for the WebUI's workflow_block and incremental diff_block stream events when no top-level text field is present.
  • Current WebUI streaming: Requests now use the schematized stream with incremental text chunks, while retaining legacy response parsing for compatibility.

Changed

  • Model metadata: Synchronized registered model names, descriptions, and providers with Perplexity's /rest/models/config/v2 response, separated official WebUI listing (is_official) from operational status, and recorded UTC results from Pro-account streaming probes for all 75 catalog entries. The 17 official models are available; 73 entries are available and two historical Claude Haiku identifiers are unavailable after three failed probes each. Registry tests and generated catalogs now derive their metadata instead of relying on hardcoded snapshots.

Removed

  • Ambiguous model state: Removed unstable; model status now represents only observed availability as available, unknown, or unavailable.

Docker images

docker run --rm -p 8000:8000 ghcr.io/henrique-coder/perplexity-webui-scraper:1.1.4
docker run --rm -e PERPLEXITY_SESSION_TOKEN=your_token ghcr.io/henrique-coder/perplexity-webui-scraper:1.1.4-mcp