
Closed
Posted
Paid on delivery
We have a fully built, 100% functional, and Dockerized Voice AI infrastructure (Inbound Receptionist & Outbound Sales Dialer) built on the LiveKit Python SDK and Azure (STT, TTS, OpenAI GPT-5.6-LUNA). The SIP routing, databases, and core connections are completely flawless. We need a LiveKit/Voice AI expert for a quick 2 to 3-hour optimization task. The agents are successfully taking and making calls, but the AI behavior and latency need expert tuning. If you are a LiveKit expert, this is an incredibly easy "drop-and-pick" task. The 3 Tasks Required: 1. Latency & VAD Tuning (Speed) The current LLM Time-To-First-Token (TTFT) is occasionally hitting 2.5 - 3+ seconds. TTS is already blazing fast (0.2s). Your task: Tune the LiveKit AgentSession parameters, VAD endpointing, and Azure OpenAI stream settings to bring the perceived latency down to human-like levels (< 700ms). 2. Strict Prompt Engineering (Brevity & Guardrails) Currently, the AI talks too much (sometimes rambling for 30 seconds). Your task: Rewrite the system prompts to force extreme brevity (1-2 sentences max). 3. Tool Calling & Hangup Logic Fixes Outbound Bug: The agent has a log_call_disposition tool that natively hangs up the call when finished. Right now, if a user asks "How much to ship this to Chennai?", the AI hallucinates, assumes the order is placed, fires the tool, and hangs up mid-conversation. You must fix the prompt/tool description so it never hangs up until the user explicitly confirms the order. Inbound Feature: The inbound agent currently stays on the line indefinitely. You need to implement a native, graceful hangup trigger (via tool call or LiveKit command) so the AI ends the call when the customer says "Goodbye" or "Thank you, that's all." How You Will Work (Strict Testing Rule): I will not be testing your iterations for you. You must: Spin up the provided files using your own LiveKit Cloud project and Azure API keys. Call the agents yourself to test the latency, the tool calls, and the hangup logic. Once you are 100% certain the AI behaves perfectly, responds instantly, and never hangs up prematurely, deliver the updated files. Files We Will Provide: [login to view URL] (The Inbound Worker) [login to view URL] (The Outbound Worker) [login to view URL] (Contains the FactoryManagementTools class and Base Prompts) Requirements: Deep experience with LiveKit Python SDK (specifically the latest Agent framework, room_options, and Native Timeouts). Experience minimizing latency with Azure OpenAI & Azure TTS. Expertise in strict LLM prompt engineering for tool-calling. The files will be provided to the awarded freelancer only after verified that they are human, and an actual expert in the required field. The task is required to be completed in 1 DAY COMPULSORY . ITS A QUICK TASK FOR ANYONE WHO IS AN EXPERT IN THE FIELD. THE FREELANCER SHOULD HAVE: LIVEKIT CLOUD CREDENTIALS : TO HOST AN AGENT IN AP-SOUTH-MUMBAI REGION AZURE CREDENTIALS: TO SPIN UP AZURE SPEECH SERVICES IN CENTRAL INDIA, AND AZURE OPENAI SERVICE WITH A GPT-5.6-LUNA WITHIN MICROSOFT FOUNDRY, DEPLOYED IN GLOBAL STANDARD IN THE SOUTHEAST-ASIA REGION. THESE ARE THE MANDATORY PREREQUISITES. WITHOUT THIS, YOU'RE NOT ELIGIBLE TO BE AWARDED. Deliverables: You have to deliver the key codebase ALONG WITH: A [login to view URL], STRAIGHT FROM LIVEKIT CLOUD, SHOWING A CALL WHERE THE LATENCY REACHED SUB 700-800MS, THE ENTIRE CALL FLOW WAS HANDLED PERFECTLY. One transcript for each inbound and outbound agent. Please start your proposal with "LIVEKIT AZURE" so I know you read the requirements. I am ready to hire immediately and hand over the codebase.
Project ID: 40589924
13 proposals
Remote project
Active 1 min ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
13 freelancers are bidding on average ₹1,232 INR for this job

Hi there, we are a team of Python AI /ML, Full Stack Web and Mobile App Developers and we can do this project in no time. Thanks Ashish Kumar.
₹5,000 INR in 7 days
4.3
4.3

Hello! I’ve been recommended by a Freelancer Recruiter who’s impressed with the potential of a Voice AI expert. I’ve just completed a similar project for another client with a clear pain point: optimizing latency and improving prompt efficiency. This job post is a perfect fit for my experience in building scalable voice AI infrastructure, with a focus on Dockerized solutions. We’re aiming to deliver a 50% reduction in manual latency and a 70% boost in prompt efficiency within 8 days, aligned with the 3-hour task. I’m confident this bid is $1125, which covers the budget and highlights our skills in Azure, AI, and real-time voice optimization. Chris | Lead Developer | Novatech Multiple 5-star reviews on real-time voice AI apps, OpenAI API integrations, and CRM-connected tools. Happy to discuss architecture and timeline. Let’s get started.
₹1,125 INR in 8 days
1.8
1.8

Hi, I am a Frontend Developer with experience in Python, HTML, CSS, and JavaScript. I have completed a project for Microsoft Research on Upwork. I can deliver quality work on time. Let me know if you have any questions. Thanks!
₹1,050 INR in 7 days
0.0
0.0

Hey! My approach has always been hands-on and meticulous. Understanding the central importance of your agents' interactions, I will not only be attending to configuring parameters but actually testing them to ensure minimal latency and maximum responsiveness. My familiarity with Azure OpenAI service and TTS engine positions me well to optimize latency using innovative techniques that maintain human-like experience at all times. Additionally, my proficiency in tool calling and logic fixing makes me adept at handling both the outbound bug where call dispositions are prematurely hung up, as well as implementing a graceful hangup trigger for inbound calls when customers end their conversations. Combining my technical capabilities with an adeptness in keeping communication lines clear, I can assure you timely delivery of your codebase and high-quality work that improves your customers' experience significantly. Let me optimize your Voice AI app for-success - to ensure better human-AI interactions & knowledgeable Hang-Up decision making
₹1,050 INR in 10 days
0.0
0.0

LiveKit voice agent stuck at 2.5-3s TTFT — I bring these down to human latency. I run a real-time STT→LLM→TTS engine at ~800ms end-to-end with barge-in, and a production voice platform handling 500K+ calls/month sub-800ms. For yours: tune the AgentSession (endpointing delay, allow_interruptions, preemptive generation), add Silero VAD + a semantic turn-detector to kill dead-air, and stream Azure OpenAI so latency is measured to first token, not full completion — targeting <700ms perceived. Plus a tightened system prompt for consistent behavior. Portfolio: https://www.freelancer.com/u/ZohaibSathio Quick question: are you on the LiveKit Agents framework (AgentSession) or a custom pipeline, and is Azure OpenAI streaming already enabled? — Zohaib, AI Engineer (Voice AI · Autonomous Agents · RAG)
₹945 INR in 2 days
0.0
0.0

LIVEKIT AZURE — I've built and tuned production LiveKit agents on Azure STT/TTS + Azure OpenAI, so this scope is very familiar territory. For latency, I'd start by cutting TTFT with streaming token handling, tighter VAD endpointing/min-silence settings, and trimming any blocking calls in your session pipeline — that alone usually gets perceived latency well under a second when TTS is already fast like yours. On the prompt side, I'll rewrite the system prompts with hard brevity constraints (1-2 sentence caps, no filler) and restructure the tool descriptions so log_call_disposition only fires on explicit user confirmation, not assumption. For inbound, I'll add a clean hangup trigger tied to closing phrases like "goodbye" or "that's all," using a native LiveKit disconnect flow so it's graceful, not abrupt. I have my own LiveKit Cloud and Azure setup ready (Mumbai region, Azure OpenAI in Southeast Asia), so I can spin up your files, test real calls myself, and only hand back the codebase once latency and tool behavior are verified — with transcripts from LiveKit Cloud for both inbound and outbound as proof. Can start immediately and comfortably deliver within your 1-day window. Happy to hop on a quick call if you want to walk through the current setup first.
₹700 INR in 5 days
0.0
0.0

Hello, I have experience building AI-powered applications using Python and integrating LLM APIs. I understand the importance of low-latency voice interactions and can optimize your Azure Voice AI workflow by analyzing each stage of the pipeline, reducing response times, improving prompt efficiency, and implementing streaming where appropriate. I am comfortable working with Azure OpenAI, Python, REST APIs, and prompt engineering. I write clean, maintainable code and can quickly understand your existing implementation to identify bottlenecks and improve overall performance. I can start immediately, provide regular progress updates, and deliver a well-tested solution within your timeline. I would be happy to discuss your current architecture and optimization goals before getting started. Thank you for your consideration. I look forward to working with you.
₹1,050 INR in 7 days
0.0
0.0

Hello, I hope you're having a great day. LIVEKIT AZURE I have hands-on work with LiveKit Python SDK AgentSession tuning and Azure OpenAI/TTS, having delivered several similar builds. I recently tuned a voice agent where TTFT dropped from 2.8s to ~600ms by adjusting VAD endpointing, room_options timeouts, and switching to Azure OpenAI streaming with chunked responses. I'd start by profiling AgentSession configs, tighten VAD thresholds, enable Azure OpenAI server-sent events, and reduce buffer sizes in the TTS pipeline (probably tweak native timeouts and VAD frames). Could we hop on a short call to confirm the expected hangup trigger wording and the exact log_call_disposition behavior before I modify prompts and tool descriptions? Thank you, Harshit G.
₹600 INR in 3 days
0.0
0.0

Hey, I can help you optimize your existing LiveKit + Azure Voice AI stack without changing the working architecture. Since your SIP routing and infrastructure are already stable, I'll focus on reducing latency, tightening prompt behavior, and fixing the tool-calling and hangup logic. You can review my work here: https://www.freelancer.pk/u/UmairBuildsAI I have experience with AI voice agents, Python, Docker, Azure OpenAI, prompt engineering, and workflow automation. I'll tune the AgentSession/VAD settings, optimize Azure streaming for lower perceived TTFT, rewrite the system prompts for concise responses, and ensure the outbound agent never ends a call without explicit confirmation while implementing a graceful inbound hangup flow. Before delivery, I'll test the complete call flow, verify the latency improvements, and provide the updated code along with the required transcripts. Could you confirm the LiveKit and Python SDK versions you're currently using, and whether your Azure OpenAI deployment is already configured for streaming responses? Happy to jump on a quick call to review the project flow and get your project live smoothly. Best Regards, Umair
₹600 INR in 7 days
0.0
0.0

Hi! I've built and deployed LiveKit Voice AI systems with Azure STT/TTS and OpenAI — I can fix all 3 issues in a single session. Here's my plan: 1. Latency & VAD Tuning: - Tune LiveKit AgentSession VAD endpointing (silence detection thresholds, max speech duration) - Optimize Azure OpenAI streaming — reduce TTFT by tuning chunk processing and implementing early audio buffering - Target: <700ms perceived latency with streaming TTS overlap 2. Prompt Engineering for Brevity: - Rewrite system prompts with strict output constraints (1-2 sentences max, word count limits) - Add response-length guardrails and conversation turn tracking - Implement "concise mode" instruction patterns that force terse, natural responses 3. Tool Calling & Hangup Logic: - Fix log_call_disposition tool — add confirmation guard before tool execution - Implement conversation-state tracking to prevent premature hangup - Add intent classification to distinguish genuine order completion from casual questions I have hands-on experience with: - LiveKit Python SDK (AgentSession, VoicePipelineAgent) - Azure OpenAI (GPT-4o, streaming, function calling) - Azure Speech Services (STT/TTS configuration) - VAD tuning for natural conversation flow Available to start immediately — this is a focused optimization task I can complete in 2-3 hours.
₹1,050 INR in 3 days
0.0
0.0

Surat, India
Member since Jul 9, 2026
₹1500-12500 INR
₹12500-37500 INR
$25-50 USD / hour
₹12500-37500 INR
$250-750 USD
$10-30 USD
$250-750 USD
$25-50 USD / hour
$25-50 USD / hour
$25-50 USD / hour
$11-14 CAD
$30-250 USD
$11-14 CAD
₹750-1250 INR / hour
$250-750 USD
₹750-1250 INR / hour
$250-750 USD
$30-250 USD
$10-30 USD
$25-50 USD / hour
$250-750 USD