Supported models
Certain models are available for HIPAA-compliant environments. Contact XUNA AI support to confirm which models are covered under your Business Associate Agreement.
Temperature
Temperature controls how creative or conservative the model’s responses are. Lower values produce more predictable, factual responses. Higher values produce more varied, creative ones.
Start at medium (0.5) and adjust based on how the agent responds in testing.
Backup LLM
If the primary model is unavailable, the backup LLM takes over to keep conversations running.Thinking budget
The thinking budget controls how much reasoning a model performs before generating a response. Models with extended thinking enabled can handle more complex, multi-step tasks.
Extended thinking adds latency. For real-time voice conversations, keep this low or disabled.
Reasoning effort (workflow steps)
For agents that use visual workflow steps (rather than single-turn conversation), you can set the reasoning effort per step.Custom LLM
If you want to use a model not on the supported list — including fine-tuned or self-hosted models — you can point the agent at your own endpoint.1
Expose an OpenAI-compatible endpoint
Your endpoint must implement the OpenAI Chat Completions API contract (
POST /chat/completions).2
Configure the agent
Provide the endpoint URL and any required credentials.

