UML defines a model as follows:
A model is always a model of something. The thing being modeled can generically be considered a system within some
domain of discourse. The model then makes some statements of interest about that system, abstracting from all the
details of the system that could possibly be described, from a certain point of view and for a certain purpose.
A model is an abstract notion, which can be represented by concrete notations, like diagrams, human-readable text or machine-readable files. The main representation defined by UML and BPMN is by means of diagrams, but the UML and BPMN specifications also define how to serialize a model in XML format.
One model may be represented by multiple diagrams. Each diagram represents a part of the model.
For example, a UML model of a relational database may be represented by multiple diagrams, where some tables are shown on one diagram and other tables are shown on another diagram. All the information contained in all these diagrams together form the model of the database.
There may be information about the model captured in a non-diagram format. If there is a mapping of this format to the UML/BPMN metamodel, one may consider that to be a representation of a (part of a) UML/BPMN model as well. However, for non-diagram formats the UML/BPMN standards refer to other standards like XMI.
Aside: In UML, there is a model element called Model. Such a Model is defined as a view on a physical system. In other words, you could make a UML model containing multiple Models, to indicate that you have multiple views of the same system. But this is not relevant for your question.