Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gmh5225/async-openai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 64bit/async-openai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 9 files changed
  • 12 contributors

Commits on Aug 16, 2025

  1. fix(types)!: change AssistantStreamEvent field name (64bit#400)

    BREAKING CHANGES: changed AssistantStreamEvent filed name
    posky authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    c0f9adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    961f90f View commit details
    Browse the repository at this point in the history
  3. feat: update image generation API to match latest OpenAI specs (64bit…

    …#402)
    
    * feat: update image generation API to match latest OpenAI specs
    
    - Add ImageModeration enum with 'auto' (default) and 'low' values
    - Add moderation parameter to CreateImageRequest for gpt-image-1
    - Extend ImageQuality enum to support 'high', 'medium', 'low' for gpt-image-1
    
    These changes align with the latest OpenAI API documentation for image generation.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * add Auto to ImageQuality
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    Co-authored-by: Himanshu Neema <[email protected]>
    3 people authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    0b91d06 View commit details
    Browse the repository at this point in the history
  4. fix(deps): bump to [email protected] (64bit#409)

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    f0e5648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15b81bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a6b60e View commit details
    Browse the repository at this point in the history
  7. Add streaming support for Responses API (64bit#405)

    * Add streaming support for Responses API.
    
    * Update examples/responses-stream/src/main.rs
    
    * Update examples/responses-stream/src/main.rs
    
    * Update examples/responses-stream/src/main.rs
    
    * Delete async-openai/tests/responses.rs
    
    ---------
    
    Co-authored-by: Himanshu Neema <[email protected]>
    kazzix14 and 64bit authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    70dec49 View commit details
    Browse the repository at this point in the history
  8. chore: Release

    64bit committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    6c98fb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. Add skip_serializing_if to more option types (64bit#412)

    Signed-off-by: John Howard <[email protected]>
    howardjohn authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    b758b55 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. Configuration menu
    Copy the full SHA
    641c7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9ad04 View commit details
    Browse the repository at this point in the history
  3. chore: Release

    64bit committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    b26346d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Configuration menu
    Copy the full SHA
    64d16cc View commit details
    Browse the repository at this point in the history
  2. fix: Update OutputItem to align with OpenAI's Specification (64bit#426

    )
    
    * Update `OutputItem` to align with OpenAI's Specification
    
    * Update
    Advayp authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    a8bb897 View commit details
    Browse the repository at this point in the history
  3. chore: Release

    64bit committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    7964f86 View commit details
    Browse the repository at this point in the history
Loading