Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 8.6.6

27 Apr 18:46
Compare
Choose a tag to compare

What's Changed

  • fix mp3 and wav playback from SpeechRequests
  • added SemanticVAD options to realtime
  • added new audio models to static model list

Full Changelog: 8.6.5...8.6.6

com.openai.unity 8.6.5

13 Apr 21:48
Compare
Choose a tag to compare

What's Changed

  • updated com.utilities.rest -> 3.3.3
  • updated com.utilities.encoder.wav -> 2.2.2

Full Changelog: 8.6.4...8.6.5

com.openai.unity 8.6.4

21 Mar 13:47
Compare
Choose a tag to compare

What's Changed

  • Fixed Assistant Reasoning Model request serialization when using thread.CreateRunAsync

Full Changelog: 8.6.3...8.6.4

com.openai.unity 8.6.3

09 Mar 20:34
Compare
Choose a tag to compare

What's New

  • Fixed Threads.AssistantResponse serialization with reasoning_effort
  • Updated AssitantBehaviour sample
  • Updated ChatBehaviour sample
  • Added additional deserializing json logging when a failure occurs

Full Changelog: 8.6.2...8.6.3

com.openai.unity 8.6.2

08 Mar 03:46
Compare
Choose a tag to compare

What's New

  • Fixed Assistant Reasoning Model request serialization
  • Added a way to set max_tokens on chat request to support older azure api
  • Updated predefined models
  • Improve AudioClip handling and performance
  • Convert Task.Delay to Awaiters.DelayAsync to improve performance on WebGL Platform

Full Changelog: 8.6.1...8.6.2

com.openai.unity 8.6.1

02 Mar 06:17
Compare
Choose a tag to compare

What's Changed

  • fix sample scene WebGL platform support
  • updated Models list
    • added gpt-4.5
    • updated moderation models
      • removed text-moderation-stable
      • added omni-moderation-latest
      • deprecated text-moderation-latest, use omni-moderation-latest
  • updated deps
    • com.utilities.rest -> 3.3.1
    • com.utilities.websockets -> 1.0.2
    • com.utilities.audio -> 2.2.1
    • com.utilities.encoder.wav -> 2.2.0

Full Changelog: 8.6.0...8.6.1

com.openai.unity 8.6.0

17 Feb 02:10
Compare
Choose a tag to compare

What's Changed

  • Deprecated OpenAI.Realtime.Options
  • Added OpenAI.Realtime.SessionConfiguration to specify the options of the RealtimeSession when creating a new session
  • Added OpenAI.Realtime.RealtimeResponseCreateParams to specify the options of the CreateResponseRequest
  • Added VoiceActivityDetectionSettingsConverter to better handle disabled voice activity detection
  • Added VoiceActivityDetectionSettings.CreateResponse property
  • Fixed ResponseAudioResponse.AudioSamples playback sampling rate
  • Fixed an issue downloading b_64 string encoded images on unix platforms

Full Changelog: 8.5.4...8.6.0

com.openai.unity 8.5.4

31 Jan 20:50
Compare
Choose a tag to compare

What's Changed

  • Update ChatRequest to support o3 series reasoning models

Full Changelog: 8.5.3...8.5.4

com.openai.unity 8.5.3

28 Jan 14:37
Compare
Choose a tag to compare

What's Changed

  • fix Chat.Role enum serialization

Full Changelog: 8.5.1...8.5.3

com.openai.unity 8.5.1

26 Jan 16:45
Compare
Choose a tag to compare

What's Changed

  • Fix ChatRequest serialization for ReasoningEffort

Full Changelog: 8.5.0...8.5.1