Future<String?> detokenize(double contextId, {required List<int> tokens}) { return FCllamaPlatform.instance.detokenize(contextId, tokens: tokens); }