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

[Feature Request] Support for o3-mini #6120

Closed
andremacola opened this issue Jan 31, 2025 · 6 comments · Fixed by #6121
Closed

[Feature Request] Support for o3-mini #6120

andremacola opened this issue Jan 31, 2025 · 6 comments · Fixed by #6121
Assignees

Comments

@andremacola
Copy link

Add support for the o3-mini model from OpenAI

@Leizhenpeng
Copy link
Member

Thanks for the feedback! We'll add it tonight.

@Leizhenpeng Leizhenpeng self-assigned this Feb 1, 2025
@Leizhenpeng
Copy link
Member

@Kadxy Kadxy linked a pull request Feb 1, 2025 that will close this issue
10 tasks
@idlenene
Copy link

idlenene commented Feb 1, 2025

Thanks for the feedback! We'll add it tonight.

能否增加支持 o3-mini 可以选择 reasoning_effort="medium" 或者 low/high
btw, 能否支持o1模型(不带preview)o1 不支持 stream, 但是支持图像输入

@leonguyen52
Copy link

When I tried to use o3-mini, it returned this error. Please help, thank you :(

{
  "error": {
    "message": "Unsupported parameter: 'temperature' is not supported with this model.",
    "type": "invalid_request_error",
    "param": "temperature",
    "code": "unsupported_parameter"
  }
}

@Eric-2369
Copy link
Contributor

o3-mini 不支持 temperature 参数,还需要在 app/client/platforms/openai.ts 文件中判断是否为 o3-mini 系列模型并移除 temperature 参数

The o3-mini does not support the temperature parameter. It is also necessary to modify the app/client/platforms/openai.ts file to check whether the model belongs to the o3-mini series and remove the temperature parameter accordingly.

@ozil56
Copy link

ozil56 commented Feb 4, 2025

When I tried to use o3-mini, it returned this error. Please help, thank you :(

{
  "error": {
    "message": "Unsupported parameter: 'temperature' is not supported with this model.",
    "type": "invalid_request_error",
    "param": "temperature",
    "code": "unsupported_parameter"
  }
}

一样的问题。建议 @Leizhenpeng 再确认一下。

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 a pull request may close this issue.

6 participants