Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

gjtorikian
Copy link
Contributor

What this does

OpenAI reasoning models are not limited to o1, as it is defined in the library now. Reading Reasoning models, it's the entire o-series that's considered a reasoning model.

I went down this rabbit hole because I noticed that GPT-5 was also listed as a reasoning model. That lead me to Azure OpenAI's documentation which provides a full list of reasoning models provided by OpenAI. I've updated the regex here to identify all of these models as "reasoning capable." (I wasn't familiar with codex-mini, but it's a derivative of the o-series.)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Performance improvement

Scope check

  • I read the Contributing Guide
  • This aligns with RubyLLM's focus on LLM communication
  • This isn't application-specific logic that belongs in user code
  • This benefits most users, not just my specific use case

Quality check

  • I ran overcommit --install and all hooks pass
  • I tested my changes thoroughly
  • I updated documentation if needed
  • I didn't modify auto-generated files manually (models.json, aliases.json)

API changes

  • Breaking change
  • New public methods/classes
  • Changed method signatures
  • No API changes

Related issues

Copy link
Owner

@crmne crmne left a comment

Choose a reason for hiding this comment

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

Thanks @gjtorikian!

Copy link

codecov bot commented Aug 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.83%. Comparing base (5248267) to head (cd08e2f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #334      +/-   ##
==========================================
- Coverage   87.50%   86.83%   -0.67%     
==========================================
  Files          88       88              
  Lines        3457     3457              
  Branches      720      709      -11     
==========================================
- Hits         3025     3002      -23     
- Misses        432      455      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@crmne crmne merged commit eddea31 into crmne:main Aug 10, 2025
14 checks passed
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.

2 participants