Skip to content

Conversation

@brunopicinin
Copy link
Contributor

@brunopicinin brunopicinin commented Nov 29, 2025

Description

New OpenAI block version (v4) to introduce breaking changes:

  • Add GPT-5.1 and remove deprecated models
  • Change default model to GPT-5.1
  • Add object-detection task
  • Add support for reasoning effort
  • Migrate openai Chat Completions to Responses API
  • Make max_tokens optional with model output limit as default
  • Check for response status and improve error messages on error/fail/incomplete
  • Fix temperature range validation (0.0-1.0) and prevent use with extended thinking
  • Add metadata to show readable model names instead of IDs
  • Update recommended parsers to v2 versions
  • Add unit tests

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

Running inference locally, through workflows. Tested all task types, all models, and all reasoning efforts.

CleanShot.2025-12-04.at.01.16.16.mp4

Will the change affect Universe? If so was this change tested in universe?

No

@brunopicinin brunopicinin changed the title Feat/OpenAI block v4 OpenAI block v4 Nov 29, 2025
@brunopicinin brunopicinin changed the title OpenAI block v4 OpenAI workflow block v4 Nov 29, 2025
Copy link
Collaborator

@grzegorz-roboflow grzegorz-roboflow left a comment

Choose a reason for hiding this comment

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

Compared with v3, LGTM

@brunopicinin
Copy link
Contributor Author

Updated API proxy deployed to prod ✅

@brunopicinin brunopicinin merged commit cd4cf19 into main Dec 5, 2025
52 of 62 checks passed
@brunopicinin brunopicinin deleted the feat/openai-block-v4 branch December 5, 2025 00:05
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.

3 participants