I noticed that you can override the model's ID:
MyModel.create(id: '...', foo: '...', bar: '...', ...)
However, this also overrides the model name prefix (ex: 'MyModel/...'). I think it would be useful to allow defining explicit :id attributes to allow non-numeric model IDs.