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: gembancud/openai-php-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f999a5d
Choose a base ref
...
head repository: openai-php/client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb49b9f
Choose a head ref
  • 9 commits
  • 37 files changed
  • 8 contributors

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    a3b7616 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    f7d3150 View commit details
    Browse the repository at this point in the history
  2. feat(LiteLLM): add support for images in chat endpoint (openai-php#685)

    * Add optional image support to CreateResponseMessage for Nano Banana (litellm + gemini-flash-2.5-image-preview)
    
    * Refine type hints for optional attributes in chat response models
    
    * fix composer test:lint
    
    * Add `CreateResponseChoiceImage` model and integrate image handling in `CreateResponseMessage`
    
    * Fix Code Style
    
    * chore: use php stan types
    
    * test: add tests
    
    ---------
    
    Co-authored-by: Connor Tumbleson <[email protected]>
    nmdimas and iBotPeaches authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    6404b5f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. fix(OpenAI): Missing properties on container file annotation (openai-…

    …php#703)
    
    * Add missing filename property to OutputMessageContentOutputTextAnnotationsContainerFile
    
    * Add container id to OutputMessageContentOutputTextAnnotationsContainerFile and add test coverage
    knash94 authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    6a7c4bc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Configuration menu
    Copy the full SHA
    fc439d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b933f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. fix(OpenAI): Handle diarized json response in TranscriptionResponseSe…

    …gment (openai-php#706)
    
    Co-authored-by: Olivier Drieux <[email protected]>
    olivier-drieux and Olivier Drieux authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    6fd45a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d0e7a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. fix(OpenAI): Add usage support to streamed completions (openai-php#708)

    * Feat: Add usage to streamed completions
    
    * run lint
    
    ---------
    
    Co-authored-by: Mathias Rasmussen <[email protected]>
    math625f and Mathias Rasmussen authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    cb49b9f View commit details
    Browse the repository at this point in the history
Loading