FIMCompletion
@Serializable
Response payload of a Fill-In-the-Middle completion.
Streaming FIM endpoints emit a kotlinx.coroutines.flow.Flow of FIMCompletion chunks; all chunks from the same response share id and created. For non-streaming calls the single returned instance contains the full completion.