v1.1.4
·
43 commits
to dev
since this release
Immutable
release. Only release title and notes can be modified.
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_blockand incrementaldiff_blockstream events when no top-leveltextfield 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/v2response, 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 areavailable; 73 entries areavailableand two historical Claude Haiku identifiers areunavailableafter 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 asavailable,unknown, orunavailable.
Docker images
docker run --rm -p 8000:8000 ghcr.io/henrique-coder/perplexity-webui-scraper:1.1.4docker run --rm -e PERPLEXITY_SESSION_TOKEN=your_token ghcr.io/henrique-coder/perplexity-webui-scraper:1.1.4-mcp