Yes, Phoenix supports using Anthropic models via AWS Bedrock in the playground. You can instrument Bedrock calls using the `BedrockInstrumentor` and send traces to Phoenix, and the playground UI has added support for Anthropic tool calls and prompt conversion for Bedrock Anthropic models. However, you must ensure the correct model parameters and authentication are set up, and some features (like thinking blocks) are still being enhanced for full parity with direct Anthropic API usage.
For setup, instrument `boto3` with `BedrockInstrumentor`, use the Bedrock client to call Anthropic models, and run the Phoenix server to observe traces. See the <https://github.com/Arize-ai/phoenix/blob/main/docs/tracing/integrations-tracing/bedrock.md|Bedrock integration guide> and <https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md|recent playground enhancements> for details.
Would you like more detail or a code example?
Sources:
- <https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md|Phoenix CHANGELOG (playground anthropic support)>
- <https://github.com/Arize-ai/openinference/blob/main/python/instrumentation/openinference-instrumentation-bedrock/README.md|OpenInference Bedrock Instrumentation>
- <https://github.com/Arize-ai/phoenix/blob/main/docs/tracing/integrations-tracing/bedrock.md|Bedrock integration guide>