Right now model ids are generated using the genome id. We simply prepend "SEED" to the front. This won't work for KBase, and probably isn't desired behavior. Since a model is a top-level object, it shouldn't even have an ID, just refer to it by the alias. For KBase, we'll issue ids to models and save a special set of aliases for them.
Thoughts?