Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Using MistralAI with Phoenix Evals

Need to install extra dependency mistralai
from phoenix.evals import LLM

model = LLM(provider="litellm", model="mistral/mistral-large-latest")

Usage

# model = Instantiate your LLM here
model.generate_text(prompt="Hello there, how are you?")
# Output: "As an artificial intelligence, I don't have feelings, 
#          but I'm here and ready to assist you. How can I help you today?"