Interface Streamable

All Known Subinterfaces:
ImageRequest
All Known Implementing Classes:
ChatMessageRequest, CreateImageRequest, EditImageRequest, ImageVariationRequest, SpeechRequest, TranscriptionRequest, TranslationRequest, VisionRequest

public interface Streamable
Represents a request objects that may belong to a streamable API. This does not necessary means, that Streaming is supported by this object, hence the stream() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • stream

      boolean stream()