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

[inference] Add support for o3 #213652

Open
pgayvallet opened this issue Mar 8, 2025 · 1 comment
Open

[inference] Add support for o3 #213652

pgayvallet opened this issue Mar 8, 2025 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience Team:AI Infra AppEx AI Infrastructure Team

Comments

@pgayvallet
Copy link
Contributor

It has been reported that using the inference APIs with openAI's o3 results in an error because we're always sending the temperature parameter, and o3 doesn't support it.

Unfortunately, I don't think there' a "good" way to do this, so my only idea is to just check the model's name for this, which would be somewhat similar to what we do to "detect" native function calling:

https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/function_calling_support.ts#L11-L26

@pgayvallet pgayvallet added the Team:AI Infra AppEx AI Infrastructure Team label Mar 8, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-ai-infra (Team:AI Infra)

@pgayvallet pgayvallet added the bug Fixes for quality problems that affect the customer experience label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:AI Infra AppEx AI Infrastructure Team
Projects
None yet
Development

No branches or pull requests

2 participants