Skip to content

feat: add GPT-5.2, GPT-5.2 Pro, and GPT-5.2 Instant models#67

Merged
Kamilbenkirane merged 1 commit intomainfrom
models/gpt-5.2
Dec 11, 2025
Merged

feat: add GPT-5.2, GPT-5.2 Pro, and GPT-5.2 Instant models#67
Kamilbenkirane merged 1 commit intomainfrom
models/gpt-5.2

Conversation

@Kamilbenkirane
Copy link
Copy Markdown
Member

@Kamilbenkirane Kamilbenkirane commented Dec 11, 2025

Changes

  • Added GPT-5.2 model with:

    • Max tokens: 128,000
    • Thinking budget: minimal, low, medium, high, xhigh
    • Output schema support
    • Streaming support
  • Added GPT-5.2 Pro model with:

    • Max tokens: 128,000
    • Thinking budget: minimal, low, medium, high, xhigh
    • Verbosity: low, medium, high
    • Output schema support
    • Streaming support
  • Added GPT-5.2 Instant (gpt-5.2-chat-latest) model with:

    • Max tokens: 128,000
    • Temperature: 0.0-2.0
    • Streaming support

GPT-5.2 models introduce enhanced reasoning capabilities with the new "xhigh" thinking budget option for maximum reasoning depth.

Testing

All pre-commit hooks passed:

  • Type checking with mypy
  • Security check with Bandit
  • Tests with coverage

References

@Kamilbenkirane Kamilbenkirane changed the title Add GPT-5.2, GPT-5.2 Pro, and GPT-5.2 Instant models feat: add GPT-5.2, GPT-5.2 Pro, and GPT-5.2 Instant models Dec 11, 2025
@Kamilbenkirane Kamilbenkirane merged commit 6d6a542 into main Dec 11, 2025
10 of 11 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.

1 participant