[
{
"name": "<string>",
"id": 123,
"organization_id": 123,
"user_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"llm_provider": "openai",
"llm_provider_config": {
"api_key": "<string>",
"base_url": "<string>",
"model": "gpt-4o-mini",
"custom_config": {}
},
"llm_settings": {
"temperature": 0.5,
"max_tokens": 1000,
"system_prompt": "You are a helpful assistant that can answer questions and help with tasks.",
"welcome_message": "<string>",
"top_p": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
"stop_sequences": [
"<string>"
]
},
"webhook_url": "<string>",
"sms_webhook_url": "<string>",
"messaging_service_sid": "<string>",
"interruption_settings": {
"interruption_threshold": 3,
"min_speaking_time": 0.5,
"interruption_cooldown": 2,
"interruption_mode": "<string>",
"min_stt_confidence": 0.65,
"confirmation_window_ms": 400,
"tentative_confirm_words": 2,
"backchannel_filter": true,
"tail_protection_ms": 2000
},
"tts_settings": {
"provider": "elevenlabs",
"voice_id": "rachel",
"model_id": "turbo",
"latency": 1,
"stability": 0.5,
"similarity_boost": 0.75,
"style": 0,
"speed": 1,
"volume": 1,
"use_speaker_boost": true,
"provider_config": {},
"background_sound": {
"enabled": false,
"storage_key": "<string>",
"sound_url": "<string>",
"volume": 0.3,
"loop": true
}
},
"stt_settings": {
"provider": "deepgram",
"model": "nova-2",
"language": "en-US",
"punctuate": true,
"interim_results": true,
"endpointing": {
"silence_threshold": 500,
"min_silence_duration": 500
},
"utterance_end_ms": 1000,
"smart_format": true,
"keywords": [
{
"keyword": "<string>",
"intensifier": 1
}
],
"keyterms": [
"<string>"
],
"diarize": false,
"detect_entities": false,
"audio_denoising": false,
"flux_config": {
"eot_timeout_ms": 5005,
"eager_eot_threshold": 0.6,
"eot_threshold": 0.7,
"language_hints": [
"<string>"
],
"tag": "<string>",
"mip_opt_out": false
},
"elevenlabs_config": {
"commit_strategy": "vad",
"vad_threshold": 0.5,
"vad_silence_threshold_secs": 0.8,
"min_speech_duration_ms": 100,
"min_silence_duration_ms": 250,
"include_timestamps": false,
"include_language_detection": false,
"manual_commit_silence_secs": 1.5,
"manual_commit_short_silence_secs": 0.8
},
"speechmatics_config": {
"region": "us",
"max_delay": 1,
"enable_partials": true,
"remove_disfluencies": true,
"enable_diarization": false,
"speaker_diarization_max_speakers": 2,
"additional_vocab": [
"<string>"
],
"utterance_silence_timeout": 1
},
"soniox_config": {
"language_hints": [
"<string>"
],
"enable_endpoint_detection": true,
"max_endpoint_delay_ms": 2000,
"enable_speaker_diarization": false,
"enable_language_identification": false,
"context_terms": [
"<string>"
],
"context_text": "<string>",
"context_general": [
{}
],
"context_translation_terms": [
{}
],
"translation_type": "<string>",
"translation_target_language": "<string>",
"translation_language_a": "<string>",
"translation_language_b": "<string>",
"num_channels": 1,
"utterance_silence_timeout": 1
},
"speculative_config": {
"enable_speculative_llm": false,
"speculative_stream_to_tts": true,
"speculative_debounce_ms": 300,
"speculative_min_words": 3,
"speculative_similarity_threshold": 0.85
},
"utterance_timeout_seconds": 2.65,
"incomplete_utterance_detection": false,
"provider_config": {},
"prefer_flux_for_english": false,
"english_flux_config": {
"eot_timeout_ms": 5005,
"eager_eot_threshold": 0.6,
"eot_threshold": 0.7,
"language_hints": [
"<string>"
],
"tag": "<string>",
"mip_opt_out": false
}
},
"end_call_message": "<string>",
"transfer_call_message": "<string>",
"idle_message": "Are you still there? I'm here to help if you need anything.",
"max_idle_messages": 123,
"idle_timeout": 123,
"max_call_length": 2,
"conversation_continuity_enabled": true,
"tools_settings": {
"enabled_tools": [
"<string>"
],
"end_call": {
"enabled": false,
"scenarios": [
"<string>"
],
"custom_message": "<string>"
},
"transfer_call": {
"enabled": false,
"scenarios": [
"<string>"
],
"transfer_numbers": [
"<string>"
],
"custom_message": "<string>",
"transfer_type": "cold",
"agent_confirmation": false,
"unavailable_message": "<string>"
},
"dtmf_solver": {
"enabled": false,
"scenarios": [
"<string>"
]
},
"send_sms": {
"enabled": false,
"scenarios": [
"<string>"
],
"default_message": "<string>"
},
"custom_tools": [
{}
]
},
"rag_settings": {
"enabled": false,
"rag_inject_before_llm": false,
"search_limit": 3,
"similarity_threshold": 0.7,
"embedding_model": "text-embedding-3-small",
"chunking_strategy": "recursive",
"chunk_size": 1000,
"chunk_overlap": 200,
"auto_process": true,
"include_metadata": true,
"context_window_tokens": 4000
},
"llm_fallback_providers": {
"enabled": false,
"fallbacks": [
{
"provider": "<string>",
"api_key": "<string>",
"base_url": "<string>",
"model": "<string>"
}
]
},
"bypass_numbers": [
"<string>"
],
"custom_settings": {},
"is_active": true,
"backchannel_settings": {
"enabled": false,
"frequency": 3
},
"recording_settings": {
"enabled": true,
"format": "mp3",
"sample_rate": 8000,
"channels": 1,
"record_user_audio": true,
"record_assistant_audio": true,
"record_mixed_audio": true,
"record_user_only_track": true,
"auto_save": true,
"recordings_dir": "recordings",
"create_database_records": true,
"disclosure_enabled": false,
"disclosure_message": "<string>",
"disclosure_mode": "every_call"
},
"api_keys": {},
"tts_limit": 500,
"stt_limit": 500,
"total_calls": 123,
"avg_call_duration": 123,
"success_rate": 123
}
]