Hi,
I don´t know if this will work but maybe you give it a try. Call:
oModel.createEntry("<your entity name>", { <parameters> });
At least in debugger I could see that the oData property of the Model was updated immediately with the new item.
Afterwards you can call submitChanges separately.
Best regards,
Sebastian