Unable to use ai_coustics in agents

how could I get ai_coustics works?
I only get the error from livekit.plugins.ai_coustics of: “Unable to authorize model use: Model use unauthorized”
seems there are a feature gate check, but we are on paid account

I’m running self-hosted agent but from doc / demo it should just work

Can you share your agent logs for where this happens?

19:54:17 voice.1 | {“message”: “voice session starting”, “level”: “INFO”, “name”: “pine.voice”, “conversation_id”: “178”, “room”: “voice_12_178_0010a8ef”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:17.258809+00:00”}
19:54:17 voice.1 | {“message”: “initializing process”, “level”: “INFO”, “name”: “livekit.agents”, “pid”: 86903, “timestamp”: “2026-04-09T11:54:17.265633+00:00”}
19:54:17 voice.1 | {“message”: “adaptive interruption detector initialized”, “level”: “INFO”, “name”: “livekit.agents”, “base_url”: “https://agent-gateway.livekit.cloud/v1”, “detection_interval”: 0.1, “audio_prefix_duration”: 1.0, “max_audio_duration”: 3, “min_frames”: 2, “threshold”: 0.5, “inference_timeout”: 0.7, “use_proxy”: true, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:17.310129+00:00”}
19:54:17 voice.1 | {“message”: “_run: transcript=None items=3 roles=[‘system’, ‘?’, ‘system’]”, “level”: “INFO”, “name”: “pine.voice”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:17.316288+00:00”}
19:54:17 voice.1 | {“message”: “_run: no transcript, has_instructions=True”, “level”: “INFO”, “name”: “pine.voice”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:17.316344+00:00”}
19:54:17 voice.1 | {“message”: “process initialized”, “level”: “INFO”, “name”: “livekit.agents”, “pid”: 86903, “elapsed_time”: 0.71, “timestamp”: “2026-04-09T11:54:17.979667+00:00”}

19:54:29 voice.1 | {“message”: “Processing failed: Unable to authorize model use: Model use unauthorized”, “level”: “ERROR”, “name”: “livekit.plugins.ai_coustics”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:29.711642+00:00”}
19:54:30 voice.1 | {“message”: “No VAD metadata found in frame.userdata[‘lk.aic-vad’] make sure that you are using noise_cancellation=audio_enhancement() on the audio input. This VAD plugin relies on its preprocessing.”, “level”: “ERROR”, “name”: “livekit.plugins.ai_coustics”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:30.261587+00:00”}
19:54:34 voice.1 | {“message”: “Processing failed: Unable to authorize model use: Model use unauthorized”, “level”: “ERROR”, “name”: “livekit.plugins.ai_coustics”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:34.761553+00:00”}
19:54:35 voice.1 | {“message”: “No VAD metadata found in frame.userdata[‘lk.aic-vad’] make sure that you are using noise_cancellation=audio_enhancement() on the audio input. This VAD plugin relies on its preprocessing.”, “level”: “ERROR”, “name”: “livekit.plugins.ai_coustics”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:35.263332+00:00”}
19:54:39 voice.1 | {“message”: “Processing failed: Unable to authorize model use: Model use unauthorized”, “level”: “ERROR”, “name”: “livekit.plugins.ai_coustics”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:39.811201+00:00”}
19:54:40 voice.1 | {“message”: “No VAD metadata found in frame.userdata[‘lk.aic-vad’] make sure that you are using noise_cancellation=audio_enhancement() on the audio input. This VAD plugin relies on its preprocessing.”, “level”: “ERROR”, “name”: “livekit.plugins.ai_coustics”, “pid”: 85522, “job_id”: “AJ_oyJXLVcVmkpr”, “room_id”: “RM_VU4NphJxxg6o”, “timestamp”: “2026-04-09T11:54:40.311865+00:00”}

with python sdk

livekit 1.1.5

livekit-agents 1.5.2

livekit-plugins-ai-coustics 0.2.7