Package bg.codexio.ai.openai.api.payload
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
-
Method Details
-
stream
boolean stream()
-