Highlights
🎉 Perplexity AI & Together AI Now in Playground
Phoenix now supports Perplexity AI and Together AI as built-in providers in the playground. Both use OpenAI-compatible APIs — just set your API key and start chatting.
| Provider | API Key Env Var | Base URL |
|---|---|---|
| Perplexity AI | PERPLEXITY_API_KEY
| https://api.perplexity.ai
|
| Together AI | TOGETHER_API_KEY
| https://api.together.xyz/v1
|
Perplexity Models
Perplexity's Sonar model family — search-augmented LLMs that ground responses in real-time web results — is now available directly in the playground.
Together AI Models
moonshotai/Kimi-K2.5deepseek-ai/DeepSeek-V3.1openai/gpt-oss-120bopenai/gpt-oss-20bzai-org/GLM-5zai-org/GLM-4.5-Air-FP8Qwen/Qwen3-235B-A22B-Thinking-2507deepseek-ai/DeepSeek-R1
Cost tracking is included out of the box with 9 Perplexity and 26 Together AI model entries added to the cost manifest.
Get Started
pip install 'arize-phoenix>=13.11.0'docker pull arizephoenix/phoenix:13.11.0All Changes
Features
- add Perplexity and Together AI as built-in providers in the playground (#11952)
Full Changelog: arize-phoenix-v13.10.0...arize-phoenix-v13.11.0