Change8

arize-phoenix-v13.10.0

📦 arize-phoenixView on GitHub →
7 features🔧 1 symbols

Summary

This release introduces four new first-class AI providers (Cerebras, Fireworks AI, Groq, Moonshot) with automatic cost tracking, updates the playground with the latest OpenAI models, and enhances the UI with editable project settings and improved experiment indicators.

Migration Steps

  1. To use the new providers, set the appropriate API key environment variable: `CEREBRAS_API_KEY`, `FIREWORKS_API_KEY`, `GROQ_API_KEY`, or `MOONSHOT_API_KEY`.
  2. If you rely on project settings UI, note that project description and gradient colors are now editable.

✨ New Features

  • Added Cerebras, Fireworks AI, Groq, and Moonshot (Kimi) as first-class providers in the playground, utilizing OpenAI-compatible APIs.
  • Included out-of-the-box cost tracking for the new providers with 298 new model entries.
  • Enabled editing of a project's description and gradient colors directly from the Project Settings tab, powered by a new backend mutation.
  • Updated the playground model list to include the latest OpenAI reasoning models: gpt-5.4 family, gpt-5.3-chat-latest, gpt-5.2-pro variants, gpt-5 date-stamped and pro variants, and o3-pro-2025-06-10.
  • Replaced the loading spinner during playground experiments with a pulsing red recording icon and an elapsed timer.
  • Restyled Switch & Slider components for improved dark mode contrast, smoother transitions, and a cleaner thumb ring on hover/focus.
  • Added a Timer component to the core library.

Affected Symbols