Skip to content

v1.1.0

Choose a tag to compare

@svetzal svetzal released this 05 Feb 12:24
· 74 commits to main since this release

What's New

API Endpoint Support Flags

  • Added supports_chat_api, supports_completions_api, and supports_responses_api flags to ModelCapabilities
  • All registered models now indicate which OpenAI API endpoints they support
  • New models added: babbage-002, davinci-002, gpt-5.1-codex-mini, codex-mini-latest
  • Fixed gpt-3.5-turbo-instruct to correctly report completions-only (not chat)

Documentation

  • New OpenAI Model Registry guide in ex_docs

Bug Fixes

  • Fixed Credo 1.7.16 compatibility: replaced length/1 > 0 with != [] for O(1) emptiness checks