Skip to content

(azure openai): ensure gpt-realtime-1.5 compatibility#5407

Merged
tinalenguyen merged 6 commits intomainfrom
tina/azure-oai-1.5
Apr 12, 2026
Merged

(azure openai): ensure gpt-realtime-1.5 compatibility#5407
tinalenguyen merged 6 commits intomainfrom
tina/azure-oai-1.5

Conversation

@tinalenguyen
Copy link
Copy Markdown
Member

works with gpt-realtime and gpt-realtime-1.5 GA

added backward compatibility, unable to verify as preview models are unable to be deployed now. referenced this guide

@chenghao-mou chenghao-mou requested a review from a team April 10, 2026 06:23
@tinalenguyen tinalenguyen linked an issue Apr 10, 2026 that may be closed by this pull request
devin-ai-integration[bot]

This comment was marked as resolved.

devin-ai-integration[bot]

This comment was marked as resolved.

devin-ai-integration[bot]

This comment was marked as resolved.

Copy link
Copy Markdown
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@davidzhao
Copy link
Copy Markdown
Member

@tinalenguyen I'm seeing a test failure though.. which looks related to this PR.

@tinalenguyen
Copy link
Copy Markdown
Member Author

@davidzhao i think it's because i removed api_version from the test, enabling GA treatment for the endpoint (which is likely a preview model deployment)

this job ran successfully before that change, and then i added a warning log for preview deployments which caused this job to fail anyway

we could either update the azure testing endpoint to a GA one or i can make some edits to the test file, wdyt?

@davidzhao
Copy link
Copy Markdown
Member

we could either update the azure testing endpoint to a GA one or i can make some edits to the test file, wdyt?

got it. I think modifying the test file makes sense for now. and soon we can move to a new deployment when azure deprecates it.

@tinalenguyen
Copy link
Copy Markdown
Member Author

tests are all good now :D

@tinalenguyen tinalenguyen merged commit c315558 into main Apr 12, 2026
23 checks passed
@tinalenguyen tinalenguyen deleted the tina/azure-oai-1.5 branch April 12, 2026 03:28
osimhi213 added a commit to de-id/livekit-agents that referenced this pull request Apr 15, 2026
* upstream/main: (31 commits)
  chore: reduce renovate noise (livekit#5421)
  Rename e2ee to encryption in JobContext.connect (livekit#5454)
  feat: add Runway Characters avatar plugin (livekit#5355)
  Fix FrameProcessor lifecycle for selector based noise cancellation (livekit#5433)
  Feature - Configurable session close transcript timeout (livekit#5328)
  add ToolSearchToolset and ToolProxyToolset for dynamic tool discovery (livekit#5140)
  feat(beta/workflows): add InstructionParts for modular instruction customization (livekit#5077)
  fix: allow multiple AsyncToolsets by deduplicating management tools (livekit#5369)
  fix: empty transcript blocks commit_user_turn until timeout (livekit#5429)
  Feature/krisp viva sdk support (livekit#4370)
  feat: add service_tier parameter to Responses API LLM (livekit#5346)
  fix(inworld): do not leak connections when when cancelled (livekit#5427)
  update: Sarvam STT - add verbose error loggin and remove retry connection (livekit#5373)
  chore(deps): update github workflows (major) (livekit#5424)
  (azure openai): ensure gpt-realtime-1.5 compatibility (livekit#5407)
  chore(deps): update dependency nltk to v3.9.4 [security] (livekit#5418)
  chore(deps): update dependency aiohttp to v3.13.4 [security] (livekit#5416)
  chore(deps): update dependency langchain-core to v1.2.28 [security] (livekit#5417)
  chore: pin GHA by commit (livekit#5415)
  fix(aws): unwrap doubly-encoded JSON tool arguments from Nova Sonic (livekit#5411)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LiveKit not compatible with GA of Azure GPT Realtime 1.5

2 participants