Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Bug Fix) Add health check support for realtime models #7453

Merged
merged 7 commits into from
Dec 29, 2024

Conversation

ishaan-jaff
Copy link
Contributor

@ishaan-jaff ishaan-jaff commented Dec 28, 2024

(Bug Fix) Add health check support for realtime models

model_list:
  - model_name: openai-gpt-4o-realtime-audio
    litellm_params:
      model: azure/gpt-4o-realtime-preview
      api_base: https://krris-m2f9a9i7-eastus3.openai.azure.com
      api_key: os.environ/AZURE_API_KEY
      api_version: 2024-10-01-preview
    model_info:
      mode: realtime

Relevant issues

Type

🐛 Bug Fix
📖 Documentation
✅ Test

Changes

[REQUIRED] Testing - Attach a screenshot of any new tests passing locally

If UI changes, send a screenshot/GIF of working UI fixes

Copy link

vercel bot commented Dec 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 28, 2024 4:40pm

@ishaan-jaff ishaan-jaff merged commit 4e65722 into main Dec 29, 2024
25 of 28 checks passed
rajatvig pushed a commit to rajatvig/litellm that referenced this pull request Jan 16, 2025
* add mode: realtime

* add _realtime_health_check

* test_realtime_health_check

* azure _realtime_health_check

* _realtime_health_check

* Realtime Models

* fix code quality
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.

[Bug]: Added realtime model but fails health check
1 participant