The following python commands both appear to function when called in qgis 2.6 to generate Voronoi diagrams:
processing.runalg("qgis:voronoipolygons", pointLayer, 1, None)processing.runalg("grass:v.voronoi",pointLayer,False,False, bbox,-1,0.0001,0, None)but neither of them seems to work well...