Changes to Routed audio generation

POST /v1/generate/audio

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 5 of the 54 revisions of this API.10113

  1. efc9e5abc4d04
  2. cbbe796a13a0114
  3. 73a12c23285c56
  4. e7d9a59ac7b02
  5. fb210a6e44f71

What changed

    • added subschema #1: RoutedAudioTaskCreated to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property id from the response with the 200 status

      response-required-property-removed

    • removed the required property routing from the response with the 200 status

      response-required-property-removed

  • cbbe796a13a0114See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • removed the request property dryRun

      request-property-removed

    • removed response discriminator for the response status 200

      response-body-discriminator-removed

    • removed subschema #1: RoutedAudioTaskCreated subschema #2: RoutedAudioDryRun from the response body oneOf list for the response status 200

      response-body-one-of-removed

    • added the required property id to the response with the 200 status

      response-required-property-added

    • added the required property routing to the response with the 200 status

      response-required-property-added

    • added subschema #1: RoutedAudioTaskCreated subschema #2: RoutedAudioDryRun to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property anyOf[subschema #1]/pipeline/items/remaining from the response with the 400 status

      response-required-property-removed

    • removed the required property id from the response with the 200 status

      response-required-property-removed

    • removed the required property routing from the response with the 200 status

      response-required-property-removed

    • added the new optional request property dryRun

      new-optional-request-property

    • the input/promptText request property's maxLength was increased from 3000 to 5000

      request-property-max-length-increased

    • added response discriminator for the response status 200

      response-body-discriminator-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the required property anyOf[subschema #1]/pipeline/items/models to the response with the 400 status

      response-required-property-added

    • added the required property anyOf[subschema #1]/pipeline/items/type to the response with the 400 status

      response-required-property-added

    • added subschema #1 subschema #2 to the response body anyOf list for the response status 400

      response-body-any-of-added

    • removed subschema #1 subschema #2 from the response body anyOf list for the response status 400

      response-body-any-of-removed

    • endpoint added

      endpoint-added