Civitai Api

final CivitaApi api = CivitaApi('api_key');

api.getModelVersionById(128713).then((resp) {
    print(resp?.toJson());
});