Identity
Name your V-Rep, write its welcome message, set its system prompt. No code. Just words.
Welcome message
"Good afternoon, you've reached Visium IR. This is Jeeves. How can I help?"
System prompt
You are Jeeves, the IR voice agent for Visium… [ 412 / 4096 tokens ]
Reasoning
OpenRouter routes the call to the model. Defaults are conservative; tune temperature, tokens, top-p without touching code.
Model
openai/gpt-5.1anthropic/sonnet-4.6google/gemini-2.5
Listening
Deepgram nova-3, every English accent. Tune interruption sensitivity and active listening per V-Rep.
Language
English (all accents)
Voice
Pick one of five providers per V-Rep. Cartesia, ElevenLabs, OpenAI, Rime, or Deepgram. Voice Lab for custom clones.
CartesiaBenedict
ElevenLabsAlaster
OpenAIOnyx
RimeReginald
DeepgramAura
Call behavior
Silence handling, hangup logic, voicemail detection. The pieces every voice deployment gets wrong.
Max call duration
12 minutes
Tools
Custom Functions, MCP Server registration. Jeeves can quote stocks, post to CRM, end the call, transfer to a human.
Custom functions
get_stock_quotepost_to_crmend_calltransfer_to_human
Tool success rate
99.2% last 7d
Analytics
Every call ends with structured JSON. Summary, outcome, sentiment, action items. Delivered via webhook to your stack.
Webhook URL
https://hooks.visium.ai/athena/calls
Delivery report
2,847 success · 3 failed (HTTP 503, retried)
# sample payload
{
"call_id": "call_42-198",
"sentiment": "positive",
"outcome": "qualified",
"duration_sec": 74,
"pii_redacted": true
}
Memory
Conversation memory keyed to caller phone number. The second call already knows who's calling.
Retention
90 days, then summarized + purged
Omnichannel
share with Penelope (email) + Iris (chat)
Deploy
Embed the call widget on any page with two lines of HTML. Same widget powers in-page calling + chat.
<script src="https://cdn.theconnexus.ai/v1/athena.js"></script>
<athena-talk v-rep="jeeves" position="bottom-right"></athena-talk>
Status
● live on visium.ai/ir
Latency
142ms p95 · LLM, synth, transcriber stack