Create a new model within an organization
Create a new model in the specified organization.
Body
Model for creating a new model.
The name of the model.
Model configuration stored as JSON.
An optional description for the model.
PyBaMM version used for this model. If not provided, will be read from pybamm.version.
Model chemistry kind: 'lithium_ion' (default — assumes pybamm lithium-ion conventions), 'lithium_sulfur', 'ecm', or 'generic' (no chemistry-specific enrichment).
lithium_ion, lithium_sulfur, ecm, generic Response
Successful Response
Model representing a model as returned by the API (without config).
The name of the model.
The unique identifier for the model.
The ID of the user who created the model.
The ID of the organization this model belongs to.
Timestamp of when the model was created.
Timestamp of when the model was last updated.
Check if this is a custom model (has compressed model data).
An optional description for the model.
PyBaMM version used for this model. If not provided, will be read from pybamm.version.
Model chemistry kind: 'lithium_ion' (default — assumes pybamm lithium-ion conventions), 'lithium_sulfur', 'ecm', or 'generic' (no chemistry-specific enrichment).
lithium_ion, lithium_sulfur, ecm, generic Email of the user who created the model.