Summary
Two models available on the Perplexity Agent API are missing from the model catalog. The underlying models exist in the catalog under different IDs on other providers (deepseek-ai/DeepSeek-V4-Flash-0731 on baseten/together, zai-org/GLM-5.2 on baseten/together), but the perplexity/-prefixed Agent API IDs are not present.
Source verification
Cross-source verification
- Both model IDs confirmed on Perplexity Agent API Models page with pricing
- Underlying
deepseek-ai/DeepSeek-V4-Flash-0731 exists in catalog at line 10560 with available_providers: ["baseten", "together"]
- Underlying
zai-org/GLM-5.2 exists in catalog at line 10583 with available_providers: ["baseten", "together"]
- Not present in
model_list.json (grep confirmed zero matches for perplexity/deepseek-v4 and perplexity/glm)
- No existing open GitHub issue covers these Perplexity Agent API model IDs
Notes
- Perplexity Agent API pricing "reflects direct first-party provider pricing with no markup" per their docs
- The
perplexity/ prefix convention matches the existing perplexity/sonar-pro-search entry pattern
- These entries need
available_providers: ["perplexity"] since they are accessed via the Perplexity endpoint
Summary
Two models available on the Perplexity Agent API are missing from the model catalog. The underlying models exist in the catalog under different IDs on other providers (
deepseek-ai/DeepSeek-V4-Flash-0731on baseten/together,zai-org/GLM-5.2on baseten/together), but theperplexity/-prefixed Agent API IDs are not present.Source verification
perplexity/deepseek-v4-flash-0731perplexity/glm-5.2Cross-source verification
deepseek-ai/DeepSeek-V4-Flash-0731exists in catalog at line 10560 withavailable_providers: ["baseten", "together"]zai-org/GLM-5.2exists in catalog at line 10583 withavailable_providers: ["baseten", "together"]model_list.json(grep confirmed zero matches forperplexity/deepseek-v4andperplexity/glm)Notes
perplexity/prefix convention matches the existingperplexity/sonar-pro-searchentry patternavailable_providers: ["perplexity"]since they are accessed via the Perplexity endpoint