Skip to content

feat: add OpenAI o3-deep-research and o4-mini-deep-research models #28

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

danfhernandez
Copy link

Add OpenAI Deep Research Models

This PR adds support for the new OpenAI deep research models released on June 26, 2024:

  • o3-deep-research - Advanced reasoning model for deep research tasks ($10/$40 per M tokens)
  • o4-mini-deep-research - Faster, more affordable deep research model ($2/$8 per M tokens)

Both models support:

  • Text and image inputs
  • Text output
  • 200,000 token context window
  • 100,000 max output tokens
  • Reasoning capabilities
  • Tool calling
  • File attachments

Changes

  • Added providers/openai/models/o3-deep-research.toml
  • Added providers/openai/models/o4-mini-deep-research.toml

@danfhernandez
Copy link
Author

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.

1 participant