{
"LLM": {
"conversation_llm": {
"provider": "azure",
"model_name": "gpt-4.1-mini",
"params": {
"base_url": "https://dvenk-mi5rktal-eastus2.cognitiveservices.azure.com/openai/v1",
"streaming": true,
"temperature": 0.2,
"reasoning_effort": null
}
},
"transition_llm": {
"provider": "google",
"model_name": "gemini-2.5-flash-lite",
"params": {
"base_url": "https://dvenk-mi5rktal-eastus2.cognitiveservices.azure.com/openai/v1",
"streaming": true,
"temperature": 0.2,
"reasoning_effort": null
}
}
},
"TTS": {
"tts_model": {
"provider": "google_tts",
"model_name": "",
"params": {
"encoding": "pcm16",
"streaming": true,
"voice_name": "Schedar",
"language_code": "en-IN",
"thinking_audio_volume": 1.2,
"background_audio_volume": 0.25,
"background_audio_enabled": false,
"thinking_audio_playback_probability": 0.7
}
},
"enhance_pronunciation": true
},
"STT": {
"stt_provider": "deepgram",
"params": {
"model": "nova-3",
"language_code": "hi",
"max_silence_retries": 2,
"silence_detection_enabled": true,
"silence_threshold_seconds": 20
},
"gibberish_detection": null,
"threshold": null
},
"welcome_message": "Hello! This is अमन from Cashify. Am I speaking with {{ customer_name }}?",
"allowed_languages": [
"hi",
"en"
],
"language_adapter": {
"enabled": true,
"fallback": false,
"logs": "",
"w_previous_input": 0.4,
"w_current_input": 0.6
},
"allow_incoming_interactions": true,
"allow_context_transfer_to_incoming_interactions": true,
"VAD": {
"vad_probability_threshold": 0.98,
"high_probability_window_size": 0.1,
"high_noise_detector_threshold": 0.3
},
"backchanneling_filler_data": {
"approval": [],
"denial": [],
"informing": [],
"asking": [],
"others": []
},
"max_backchannel_fillers_per_turn": 4,
"backchanneling_wait_time": 1.0,
"audio_denoise_config": {
"denoise_enabled": false,
"speech_enhancement_enabled": true,
"params": {
"attenuation_limit": 6.0,
"mix_ratio": 0.7
}
},
"z_factor_window_selector": 1.96
}curl --location --request POST 'https://staging-api.formi.co.in/v2/agents/64/config/model' \
--header 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTQ4N30.5C1-y4YCN6XvBEYXr1oRKLNUXfwbGch9DqyIiplzU70' \
--header 'Content-Type: application/json' \
--data-raw '{
"LLM": {
"conversation_llm": {
"provider": "azure",
"model_name": "gpt-4.1-mini",
"params": {
"base_url": "https://dvenk-mi5rktal-eastus2.cognitiveservices.azure.com/openai/v1",
"streaming": true,
"temperature": 0.2,
"reasoning_effort": null
}
},
"transition_llm": {
"provider": "google",
"model_name": "gemini-2.5-flash-lite",
"params": {
"base_url": "https://dvenk-mi5rktal-eastus2.cognitiveservices.azure.com/openai/v1",
"streaming": true,
"temperature": 0.2,
"reasoning_effort": null
}
}
},
"TTS": {
"tts_model": {
"provider": "google_tts",
"model_name": "",
"params": {
"encoding": "pcm16",
"streaming": true,
"voice_name": "Schedar",
"language_code": "en-IN",
"thinking_audio_volume": 1.2,
"background_audio_volume": 0.25,
"background_audio_enabled": false,
"thinking_audio_playback_probability": 0.7
}
},
"enhance_pronunciation": true
},
"STT": {
"stt_provider": "deepgram",
"params": {
"model": "nova-3",
"language_code": "hi",
"max_silence_retries": 2,
"silence_detection_enabled": true,
"silence_threshold_seconds": 20
},
"gibberish_detection": null,
"threshold": null
},
"welcome_message": "Hello! This is अमन from Cashify. Am I speaking with {{ customer_name }}?",
"allowed_languages": [
"hi",
"en"
],
"language_adapter": {
"enabled": true,
"fallback": false,
"logs": "",
"w_previous_input": 0.4,
"w_current_input": 0.6
},
"allow_incoming_interactions": true,
"allow_context_transfer_to_incoming_interactions": true,
"VAD": {
"vad_probability_threshold": 0.98,
"high_probability_window_size": 0.1,
"high_noise_detector_threshold": 0.3
},
"backchanneling_filler_data": {
"approval": [],
"denial": [],
"informing": [],
"asking": [],
"others": []
},
"max_backchannel_fillers_per_turn": 4,
"backchanneling_wait_time": 1.0,
"audio_denoise_config": {
"denoise_enabled": false,
"speech_enhancement_enabled": true,
"params": {
"attenuation_limit": 6.0,
"mix_ratio": 0.7
}
},
"z_factor_window_selector": 1.96
}'{}